diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:14:57 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:14:57 +0000 |
commit | 53b16f9a1c2ca357d4125bc3d60c4ced573c5048 (patch) | |
tree | 5128886776c071b51c60c554dcc512717f4d738b /games-board/crafty | |
parent | Added die to make install (Manifest recommit) (diff) | |
download | gentoo-2-53b16f9a1c2ca357d4125bc3d60c4ced573c5048.tar.gz gentoo-2-53b16f9a1c2ca357d4125bc3d60c4ced573c5048.tar.bz2 gentoo-2-53b16f9a1c2ca357d4125bc3d60c4ced573c5048.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-board/crafty')
-rw-r--r-- | games-board/crafty/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.1.ebuild | 6 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.12.ebuild | 4 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.8.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog index dd24ff63d7fb..03cb7ba3df45 100644 --- a/games-board/crafty/ChangeLog +++ b/games-board/crafty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/crafty # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.7 2004/06/24 22:16:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.8 2004/07/01 11:10:38 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> crafty-19.1.ebuild, + crafty-19.12.ebuild, crafty-19.8.ebuild: + virtual/glibc -> virtual/libc 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> crafty-19.8.ebuild: Fix use invocation diff --git a/games-board/crafty/crafty-19.1.ebuild b/games-board/crafty/crafty-19.1.ebuild index 8eecb6ed3668..df4a66d2333f 100644 --- a/games-board/crafty/crafty-19.1.ebuild +++ b/games-board/crafty/crafty-19.1.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.1.ebuild,v 1.4 2004/06/24 22:16:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-19.1.ebuild,v 1.5 2004/07/01 11:10:38 eradicator Exp $ DESCRIPTION="chess engine" HOMEPAGE="ftp://ftp.cis.uab.edu/pub/hyatt/" @@ -11,9 +11,9 @@ SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="icc" -DEPEND="virtual/glibc +DEPEND="virtual/libc icc? ( >=dev-lang/icc-5.0 )" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" S=${WORKDIR} diff --git a/games-board/crafty/crafty-19.12.ebuild b/games-board/crafty/crafty-19.12.ebuild index 08d945cbdf86..8b1cade3d2a0 100644 --- a/games-board/crafty/crafty-19.12.ebuild +++ b/games-board/crafty/crafty-19.12.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.12.ebuild,v 1.2 2004/06/24 22:16:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-19.12.ebuild,v 1.3 2004/07/01 11:10:38 eradicator Exp $ inherit flag-o-matic games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="icc no-opts" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} icc? ( >=dev-lang/icc-5.0 )" 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} |