diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 12:31:51 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 12:31:51 +0000 |
commit | e57b4333a51825b134ca79210e52f84e7b67b1b4 (patch) | |
tree | 8322f82511376290a2a0aa67d6da4c29d682fdcd /games-action | |
parent | drop virtual/libc dep (diff) | |
download | gentoo-2-e57b4333a51825b134ca79210e52f84e7b67b1b4.tar.gz gentoo-2-e57b4333a51825b134ca79210e52f84e7b67b1b4.tar.bz2 gentoo-2-e57b4333a51825b134ca79210e52f84e7b67b1b4.zip |
drop virtual/libc dep
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'games-action')
-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} |