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 df07b93a6f6b..47d8b64ca681 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.1 2012/07/29 20:53:09 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild,v 1.2 2012/09/24 11:45:05 ago 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" |