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/towbowl-tactics | |
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/towbowl-tactics')
-rw-r--r-- | games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
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" |