diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-24 00:12:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-24 00:12:47 +0000 |
commit | c5b99c8c2ce3d45e95f9fef0bb6dadaf5fcf61b7 (patch) | |
tree | e7e4d721dc229a0893a4e7b8af248f17995dc49b /games-rpg/wastesedge | |
parent | Ignore m4 macros present in comments #126388 by Donnie Berkholz. (diff) | |
download | gentoo-2-c5b99c8c2ce3d45e95f9fef0bb6dadaf5fcf61b7.tar.gz gentoo-2-c5b99c8c2ce3d45e95f9fef0bb6dadaf5fcf61b7.tar.bz2 gentoo-2-c5b99c8c2ce3d45e95f9fef0bb6dadaf5fcf61b7.zip |
deps are implied by games-rpg/adonthell
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-rpg/wastesedge')
-rw-r--r-- | games-rpg/wastesedge/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.4.ebuild | 13 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games-rpg/wastesedge/ChangeLog b/games-rpg/wastesedge/ChangeLog index 6f16b9b8848e..0e78a8d9913c 100644 --- a/games-rpg/wastesedge/ChangeLog +++ b/games-rpg/wastesedge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/wastesedge -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.9 2005/09/06 12:59:14 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.10 2006/03/24 00:12:47 mr_bones_ Exp $ + + 24 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> + wastesedge-0.3.4.ebuild: + deps are implied by games-rpg/adonthell 06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> wastesedge-0.3.3-r1.ebuild, wastesedge-0.3.4.ebuild: diff --git a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild index 487b7f892f06..ddb2dd8b590d 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.2 2005/09/06 12:59:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.3 2006/03/24 00:12:47 mr_bones_ Exp $ inherit eutils games @@ -14,13 +14,10 @@ KEYWORDS="~amd64 ppc x86" IUSE="vorbis doc nls" RESTRICT="nouserpriv" -DEPEND="virtual/x11 - >=media-libs/libsdl-1.1.6 - >=dev-lang/python-2.0 - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - doc? ( >=app-doc/doxygen-1.2 ) +REPEND=">=dev-lang/python-2.0 >=games-rpg/adonthell-${PV}" +DEPEND="${RDEPEND} + doc? ( >=app-doc/doxygen-1.2 )" src_compile(){ egamesconf \ |