summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-10 06:17:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-10 06:17:53 +0000
commit7b16a21d213069eeaf40d5ce2c94744d2b065429 (patch)
tree1452270a9df7fcb35ffb0bb24499c98fa406261d /games-roguelike/moria
parentsparc needs newer pygame before going stable; IUSE fix (diff)
downloadhistorical-7b16a21d213069eeaf40d5ce2c94744d2b065429.tar.gz
historical-7b16a21d213069eeaf40d5ce2c94744d2b065429.tar.bz2
historical-7b16a21d213069eeaf40d5ce2c94744d2b065429.zip
mark stable for amd64; IUSE fix
Diffstat (limited to 'games-roguelike/moria')
-rw-r--r--games-roguelike/moria/Manifest2
-rw-r--r--games-roguelike/moria/moria-5.5.2.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/games-roguelike/moria/Manifest b/games-roguelike/moria/Manifest
index aec40c4ccd19..264b3897c85d 100644
--- a/games-roguelike/moria/Manifest
+++ b/games-roguelike/moria/Manifest
@@ -1,6 +1,6 @@
MD5 d01dbe386a20ba71fa82f155bb744cc1 ChangeLog 463
+MD5 31be477c6998e11559a65864642eb764 moria-5.5.2.ebuild 1856
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
-MD5 fb98c0bc48bb175abe4eef7b258f2a15 moria-5.5.2.ebuild 1845
MD5 b39d7c4a2dd55ea387aad81b73b91d6d files/5.5.2-gentoo-paths.patch 2363
MD5 7474a4c2af916defe5d530cd97b8cfce files/5.5.2-glibc.patch 9137
MD5 ce7e2d9e9dbd488130b49ae8fa9ab9b2 files/digest-moria-5.5.2 122
diff --git a/games-roguelike/moria/moria-5.5.2.ebuild b/games-roguelike/moria/moria-5.5.2.ebuild
index e163d661b776..c0a032a58045 100644
--- a/games-roguelike/moria/moria-5.5.2.ebuild
+++ b/games-roguelike/moria/moria-5.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/moria/moria-5.5.2.ebuild,v 1.2 2004/01/20 20:27:15 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/moria/moria-5.5.2.ebuild,v 1.3 2004/02/10 06:17:53 mr_bones_ Exp $
inherit games eutils gcc
@@ -12,9 +12,10 @@ SRC_URI="ftp://ftp.greyhelm.com/pub/Games/Moria/source/um${PV}.tar.Z
http://alge.anart.no/ftp/pub/games/RPG/moria/um${PV}.tar.Z
ftp://kane.evendata.net/pub/${PN}-extras.tar.bz2"
+KEYWORDS="x86 amd64"
LICENSE="Moria"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+IUSE=""
DEPEND="virtual/glibc
>=sys-apps/sed-4