diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 18:59:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 18:59:28 +0000 |
commit | 4867ca00138842fe0ea717dec3c054065a185d24 (patch) | |
tree | 8b144d229af0e64172b3dc94cb3933afef957249 /games-board/openyahtzee/openyahtzee-1.9.1.ebuild | |
parent | Simplify LDFLAGS patch. (diff) | |
download | gentoo-2-4867ca00138842fe0ea717dec3c054065a185d24.tar.gz gentoo-2-4867ca00138842fe0ea717dec3c054065a185d24.tar.bz2 gentoo-2-4867ca00138842fe0ea717dec3c054065a185d24.zip |
Stable for x86, wrt bug #451468
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/openyahtzee/openyahtzee-1.9.1.ebuild')
-rw-r--r-- | games-board/openyahtzee/openyahtzee-1.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/openyahtzee/openyahtzee-1.9.1.ebuild b/games-board/openyahtzee/openyahtzee-1.9.1.ebuild index dfc9571c3df8..741386beb0c0 100644 --- a/games-board/openyahtzee/openyahtzee-1.9.1.ebuild +++ b/games-board/openyahtzee/openyahtzee-1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.6 2013/01/16 14:56:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.7 2013/01/30 18:59:28 ago Exp $ EAPI=2 WX_GTK_VER="2.8" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/openyahtzee/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="x11-libs/wxGTK:2.8[X]" |