diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:16:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:16:46 +0000 |
commit | ca303cc37d1fa0c9f47d34a8be57e257bcb28169 (patch) | |
tree | edf44717050bdd43fc5ab81b10d82680b5093cd3 /games-roguelike | |
parent | fix sed DEPEND #44817 (Manifest recommit) (diff) | |
download | gentoo-2-ca303cc37d1fa0c9f47d34a8be57e257bcb28169.tar.gz gentoo-2-ca303cc37d1fa0c9f47d34a8be57e257bcb28169.tar.bz2 gentoo-2-ca303cc37d1fa0c9f47d34a8be57e257bcb28169.zip |
touchup
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/moria/moria-5.5.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-roguelike/moria/moria-5.5.2.ebuild b/games-roguelike/moria/moria-5.5.2.ebuild index 15676c44c068..f668097cafea 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 Foundation # 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.7 2004/07/01 05:21:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/moria/moria-5.5.2.ebuild,v 1.8 2004/10/31 05:16:46 vapier Exp $ inherit eutils gcc games @@ -12,15 +12,13 @@ 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 ~ppc" LICENSE="Moria" SLOT="0" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="virtual/libc >=sys-libs/ncurses-5" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" S="${WORKDIR}/umoria" |