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-emulation/neopocott | |
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-emulation/neopocott')
-rw-r--r-- | games-emulation/neopocott/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/neopocott/neopocott-0.38b.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/neopocott/ChangeLog b/games-emulation/neopocott/ChangeLog index 53aeaa340fbe..d050601ea49b 100644 --- a/games-emulation/neopocott/ChangeLog +++ b/games-emulation/neopocott/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/neopocott # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/ChangeLog,v 1.2 2004/06/24 22:31:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/ChangeLog,v 1.3 2004/07/01 11:15:38 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + neopocott-0.38b.ebuild: + virtual/glibc -> virtual/libc *neopocott-0.38b (18 Jan 2004) diff --git a/games-emulation/neopocott/neopocott-0.38b.ebuild b/games-emulation/neopocott/neopocott-0.38b.ebuild index 21e5b864068f..eea166214981 100644 --- a/games-emulation/neopocott/neopocott-0.38b.ebuild +++ b/games-emulation/neopocott/neopocott-0.38b.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-emulation/neopocott/neopocott-0.38b.ebuild,v 1.4 2004/06/24 22:31:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/neopocott-0.38b.ebuild,v 1.5 2004/07/01 11:15:38 eradicator Exp $ inherit games @@ -16,7 +16,7 @@ IUSE="" RDEPEND="media-libs/libsdl sys-libs/zlib - virtual/glibc" + virtual/libc" S=${WORKDIR} |