diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-05-15 12:34:00 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-05-15 12:34:00 +0000 |
commit | 7875431d7763abc37ebae6d820a3b4b35149553e (patch) | |
tree | 81d4556cbcd66fbd2ab729c97c41c855de7bd47c /games-action | |
parent | qt4-build.eclass: Eclass changes for Qt 4.4.0. (diff) | |
download | historical-7875431d7763abc37ebae6d820a3b4b35149553e.tar.gz historical-7875431d7763abc37ebae6d820a3b4b35149553e.tar.bz2 historical-7875431d7763abc37ebae6d820a3b4b35149553e.zip |
drop virtual/libc dep
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 8 | ||||
-rw-r--r-- | games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild | 13 |
2 files changed, 9 insertions, 12 deletions
diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index 287fad14965f..36193e842277 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.15 2007/03/12 13:18:32 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.16 2008/05/15 12:31:51 nyhm Exp $ inherit eutils games @@ -14,9 +14,7 @@ SLOT="0" KEYWORDS="x86" RESTRICT="strip" -DEPEND="virtual/libc" -RDEPEND="${DEPEND} - virtual/opengl" +RDEPEND="virtual/opengl" S=${WORKDIR} diff --git a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild index 2b823ec215d0..43eb672404ba 100644 --- a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild +++ b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.9 2008/03/06 03:42:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.10 2008/05/15 12:34:00 nyhm Exp $ inherit eutils games @@ -13,12 +13,11 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="virtual/libc - >=dev-libs/libxml2-2.6.6 - >=media-libs/smpeg-0.4.4 - >=media-libs/sdl-net-1.2.5 - >=media-libs/sdl-image-1.2.3 - >=media-libs/sdl-mixer-1.2.5" +RDEPEND="dev-libs/libxml2 + media-libs/smpeg + media-libs/sdl-net + media-libs/sdl-image + media-libs/sdl-mixer" DEPEND="${RDEPEND} app-arch/unzip" |