diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-10 23:02:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-10 23:02:21 +0000 |
commit | 55689e2b83eff462a9e2af6f609b3d26c0db2947 (patch) | |
tree | 19ade7e3197f6b5ad493a14919ef01f0491edde5 /games-strategy | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-55689e2b83eff462a9e2af6f609b3d26c0db2947.tar.gz gentoo-2-55689e2b83eff462a9e2af6f609b3d26c0db2947.tar.bz2 gentoo-2-55689e2b83eff462a9e2af6f609b3d26c0db2947.zip |
improve deps (bug #44288)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.2.ebuild | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index f900321585b1..ffbdb2d7793d 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.2 2004/02/28 19:21:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.3 2004/03/10 23:02:21 mr_bones_ Exp $ + + 10 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.2.ebuild: + improve deps (bug #44288) *glob2-0.8.2 (21 Feb 2004) diff --git a/games-strategy/glob2/glob2-0.8.2.ebuild b/games-strategy/glob2/glob2-0.8.2.ebuild index dc8e1bfa04bc..f98f65214ed4 100644 --- a/games-strategy/glob2/glob2-0.8.2.ebuild +++ b/games-strategy/glob2/glob2-0.8.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-strategy/glob2/glob2-0.8.2.ebuild,v 1.2 2004/03/06 00:50:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.2.ebuild,v 1.3 2004/03/10 23:02:21 mr_bones_ Exp $ inherit games @@ -13,10 +13,15 @@ SLOT="0" KEYWORDS="x86" IUSE="opengl" -DEPEND="media-libs/libsdl - =media-libs/freetype-2* +DEPEND="virtual/glibc opengl? ( virtual/opengl ) - media-libs/libvorbis" + media-libs/libsdl + media-libs/libpng + media-libs/sdl-net + media-libs/sdl-image + media-libs/libvorbis + =media-libs/freetype-2* + sys-libs/zlib" src_compile() { egamesconf `use_enable opengl` || die |