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/fakk2 | |
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/fakk2')
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 8 |
1 files changed, 3 insertions, 5 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} |