diff options
Diffstat (limited to 'games-board/crafty/crafty-19.8.ebuild')
-rw-r--r-- | games-board/crafty/crafty-19.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/crafty/crafty-19.8.ebuild b/games-board/crafty/crafty-19.8.ebuild index 378630657e24..046a83df8831 100644 --- a/games-board/crafty/crafty-19.8.ebuild +++ b/games-board/crafty/crafty-19.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-19.8.ebuild,v 1.5 2004/06/24 22:16:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-19.8.ebuild,v 1.6 2004/07/01 11:10:38 eradicator Exp $ inherit games eutils flag-o-matic @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="icc no-opts" -DEPEND="virtual/glibc +DEPEND="virtual/libc icc? ( >=dev-lang/icc-5.0 )" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" S=${WORKDIR} |