diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:59:18 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:59:18 +0000 |
commit | 80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07 (patch) | |
tree | 2fec462d620c80fb0928c2ac376fd3b51fe16ee3 /dev-libs/pth | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07.tar.gz gentoo-2-80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07.tar.bz2 gentoo-2-80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 8542280b4a62..22bacacc4278 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.15 2004/06/24 23:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.16 2004/07/02 04:54:27 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pth-1.4.0.ebuild, + pth-1.4.1.ebuild: + virtual/glibc -> virtual/libc 08 Jun 2004; Guy Martin <gmsoft@gentoo.org> pth-1.4.0.ebuild, pth-1.4.1.ebuild: diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 4a232a918e83..9f09ee3f187e 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.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/dev-libs/pth/pth-1.4.0.ebuild,v 1.15 2004/06/24 23:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.16 2004/07/02 04:54:27 eradicator Exp $ inherit gnuconfig @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc alpha ~amd64 hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index 06471ce16896..478dbc36e706 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.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/dev-libs/pth/pth-1.4.1.ebuild,v 1.10 2004/06/24 23:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.11 2004/07/02 04:54:27 eradicator Exp $ inherit gnuconfig @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc ~amd64 hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |