diff options
Diffstat (limited to 'games-board/mah-jong/mah-jong-1.12.1.ebuild')
-rw-r--r-- | games-board/mah-jong/mah-jong-1.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/mah-jong/mah-jong-1.12.1.ebuild b/games-board/mah-jong/mah-jong-1.12.1.ebuild index 592dd112b7a7..dae49c8d9aad 100644 --- a/games-board/mah-jong/mah-jong-1.12.1.ebuild +++ b/games-board/mah-jong/mah-jong-1.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild,v 1.3 2012/10/11 08:23:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild,v 1.4 2012/10/17 02:58:23 phajdan.jr Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -12,7 +12,7 @@ SRC_URI="http://mahjong.julianbradfield.org/Source/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="x11-libs/gtk+:2" |