diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:20:05 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:20:05 +0000 |
commit | 802bed5aa43e4c811b376ab7baf1a7c948a31514 (patch) | |
tree | 9ae9c069941a6200fe03de02a99e1c1c2849382f /games-misc/c++robots | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-802bed5aa43e4c811b376ab7baf1a7c948a31514.tar.gz gentoo-2-802bed5aa43e4c811b376ab7baf1a7c948a31514.tar.bz2 gentoo-2-802bed5aa43e4c811b376ab7baf1a7c948a31514.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-misc/c++robots')
-rw-r--r-- | games-misc/c++robots/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/c++robots/c++robots-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/c++robots/ChangeLog b/games-misc/c++robots/ChangeLog index ac31f5ac75e7..f28a4272ee42 100644 --- a/games-misc/c++robots/ChangeLog +++ b/games-misc/c++robots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/c++robots # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.4 2004/06/24 22:53:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.5 2004/07/01 11:19:38 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> c++robots-0.ebuild: + virtual/glibc -> virtual/libc 28 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> c++robots-0.ebuild: use epatch; inherit eutils; error check/messages diff --git a/games-misc/c++robots/c++robots-0.ebuild b/games-misc/c++robots/c++robots-0.ebuild index 64d759a36996..e19d688743f3 100644 --- a/games-misc/c++robots/c++robots-0.ebuild +++ b/games-misc/c++robots/c++robots-0.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-misc/c++robots/c++robots-0.ebuild,v 1.4 2004/06/24 22:53:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.5 2004/07/01 11:19:38 eradicator Exp $ inherit eutils games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="static" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S="${WORKDIR}/${PN}" |