diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 08:43:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-20 08:43:29 +0000 |
commit | cfeb2e7e2f3ac5387c0732035c84b9d11851cd2a (patch) | |
tree | 6b8c51818c1eb66f5209595726536599e6448ec6 /games-roguelike | |
parent | touch (Manifest recommit) (diff) | |
download | gentoo-2-cfeb2e7e2f3ac5387c0732035c84b9d11851cd2a.tar.gz gentoo-2-cfeb2e7e2f3ac5387c0732035c84b9d11851cd2a.tar.bz2 gentoo-2-cfeb2e7e2f3ac5387c0732035c84b9d11851cd2a.zip |
update deps (bug #68666)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/scourge/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/scourge/scourge-0.6.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-roguelike/scourge/ChangeLog b/games-roguelike/scourge/ChangeLog index 595cc8269d1a..e6a860576816 100644 --- a/games-roguelike/scourge/ChangeLog +++ b/games-roguelike/scourge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/scourge # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.5 2004/10/16 01:11:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.6 2004/11/20 08:43:29 mr_bones_ Exp $ + + 20 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> scourge-0.6.ebuild: + update deps (bug #68666) *scourge-0.6 (15 Oct 2004) diff --git a/games-roguelike/scourge/scourge-0.6.ebuild b/games-roguelike/scourge/scourge-0.6.ebuild index 0ebebbd0b8c2..b600324ca7c0 100644 --- a/games-roguelike/scourge/scourge-0.6.ebuild +++ b/games-roguelike/scourge/scourge-0.6.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/scourge/scourge-0.6.ebuild,v 1.1 2004/10/16 01:11:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.6.ebuild,v 1.2 2004/11/20 08:43:29 mr_bones_ Exp $ inherit games @@ -14,8 +14,9 @@ KEYWORDS="x86 ~ppc amd64" IUSE="" DEPEND="virtual/x11 - virtual/glut + virtual/glu virtual/opengl + >=media-libs/freetype-2 >=media-libs/libsdl-1.2" src_unpack() { |