diff options
author | 2004-03-19 00:20:16 +0000 | |
---|---|---|
committer | 2004-03-19 00:20:16 +0000 | |
commit | 3c96ffb3c061a990cc0bb78a89006ae4e8667757 (patch) | |
tree | 44f6b0eb1eacea3f4bf09a4889c5dc04e7b49ad4 /games-roguelike/scourge | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-3c96ffb3c061a990cc0bb78a89006ae4e8667757.tar.gz gentoo-2-3c96ffb3c061a990cc0bb78a89006ae4e8667757.tar.bz2 gentoo-2-3c96ffb3c061a990cc0bb78a89006ae4e8667757.zip |
don't RDEPEND on sed
Diffstat (limited to 'games-roguelike/scourge')
-rw-r--r-- | games-roguelike/scourge/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/scourge/scourge-0.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-roguelike/scourge/ChangeLog b/games-roguelike/scourge/ChangeLog index 44d77b1a80a7..a6dac93f589a 100644 --- a/games-roguelike/scourge/ChangeLog +++ b/games-roguelike/scourge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/scourge # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.2 2004/03/15 17:10:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.3 2004/03/19 00:20:16 mr_bones_ Exp $ + + 18 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> scourge-0.1.ebuild: + don't RDEPEND on sed 15 Mar 2004; David Holm <dholm@gentoo.org> scourge-0.1.ebuild: Added to ~ppc. diff --git a/games-roguelike/scourge/scourge-0.1.ebuild b/games-roguelike/scourge/scourge-0.1.ebuild index 167cdb4ebb44..5cd71cef95bc 100644 --- a/games-roguelike/scourge/scourge-0.1.ebuild +++ b/games-roguelike/scourge/scourge-0.1.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/scourge/scourge-0.1.ebuild,v 1.2 2004/03/15 17:10:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.1.ebuild,v 1.3 2004/03/19 00:20:16 mr_bones_ Exp $ inherit games @@ -14,10 +14,11 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/x11 +RDEPEND="virtual/x11 virtual/glut virtual/opengl - >=media-libs/libsdl-1.2 + >=media-libs/libsdl-1.2" +DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { |