diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-31 05:57:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-31 05:57:53 +0000 |
commit | c4d8332ee06d375e7c701192afd4922a8a4d76e8 (patch) | |
tree | ecd947d21c30da7d15b0acfbe5add24f81a94b39 /games-board | |
parent | mark stable for amd64 (bug 39921); tidy (diff) | |
download | historical-c4d8332ee06d375e7c701192afd4922a8a4d76e8.tar.gz historical-c4d8332ee06d375e7c701192afd4922a8a4d76e8.tar.bz2 historical-c4d8332ee06d375e7c701192afd4922a8a4d76e8.zip |
mark stable for amd64 (bug 39922)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xmahjongg/Manifest | 2 | ||||
-rw-r--r-- | games-board/xmahjongg/xmahjongg-3.6.1.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games-board/xmahjongg/Manifest b/games-board/xmahjongg/Manifest index 26f330512a22..219d37250a50 100644 --- a/games-board/xmahjongg/Manifest +++ b/games-board/xmahjongg/Manifest @@ -1,4 +1,4 @@ MD5 db5edfc958e4744382ef75e2d957c166 ChangeLog 377 -MD5 dbb3be454359e69710f07872dac2fe89 xmahjongg-3.6.1.ebuild 593 +MD5 9cb706143c1a06d0fe21d20abd27e756 xmahjongg-3.6.1.ebuild 625 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 MD5 61e9702fb576aac975f4d57f4e22b0ec files/digest-xmahjongg-3.6.1 67 diff --git a/games-board/xmahjongg/xmahjongg-3.6.1.ebuild b/games-board/xmahjongg/xmahjongg-3.6.1.ebuild index 2e414a78c2ba..54f2dbfa541c 100644 --- a/games-board/xmahjongg/xmahjongg-3.6.1.ebuild +++ b/games-board/xmahjongg/xmahjongg-3.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/xmahjongg-3.6.1.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/xmahjongg-3.6.1.ebuild,v 1.2 2004/01/31 05:57:47 mr_bones_ Exp $ inherit games @@ -8,9 +8,10 @@ DESCRIPTION="friendly GUI version of xmahjongg" HOMEPAGE="http://www.lcdf.org/xmahjongg/" SRC_URI="http://www.lcdf.org/xmahjongg/${P}.tar.gz" +KEYWORDS="x86 amd64" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +IUSE="" DEPEND="virtual/x11 media-libs/libpng @@ -18,7 +19,7 @@ DEPEND="virtual/x11 src_compile() { egamesconf --with-x - emake || die + emake || die "emake failed" } src_install() { |