diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:33:39 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:33:39 +0000 |
commit | 83bd57ce9936bb59d417e009a3d42d5a76cff30f (patch) | |
tree | 7187da6a973836b298f035289fcf83f614c194bb /dev-libs/STLport | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-83bd57ce9936bb59d417e009a3d42d5a76cff30f.tar.gz gentoo-2-83bd57ce9936bb59d417e009a3d42d5a76cff30f.tar.bz2 gentoo-2-83bd57ce9936bb59d417e009a3d42d5a76cff30f.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-libs/STLport')
-rw-r--r-- | dev-libs/STLport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-4.5.3-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-4.6.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/STLport/ChangeLog b/dev-libs/STLport/ChangeLog index 9034930bf776..c6233e27d7d0 100644 --- a/dev-libs/STLport/ChangeLog +++ b/dev-libs/STLport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/STLport # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.15 2004/06/24 23:34:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.16 2004/07/02 04:33:11 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + STLport-4.5.3-r3.ebuild, STLport-4.6.2.ebuild: + virtual/glibc -> virtual/libc *STLport-4.6.2 (29 May 2004) diff --git a/dev-libs/STLport/STLport-4.5.3-r3.ebuild b/dev-libs/STLport/STLport-4.5.3-r3.ebuild index 6d53766dec93..5ce7f0cc1ae5 100644 --- a/dev-libs/STLport/STLport-4.5.3-r3.ebuild +++ b/dev-libs/STLport/STLport-4.5.3-r3.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/STLport/STLport-4.5.3-r3.ebuild,v 1.3 2004/06/24 23:34:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r3.ebuild,v 1.4 2004/07/02 04:33:11 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/dev-libs/STLport/STLport-4.6.2.ebuild b/dev-libs/STLport/STLport-4.6.2.ebuild index 9f5cd22e759d..455765eee9c6 100644 --- a/dev-libs/STLport/STLport-4.6.2.ebuild +++ b/dev-libs/STLport/STLport-4.6.2.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/STLport/STLport-4.6.2.ebuild,v 1.2 2004/06/24 23:34:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.6.2.ebuild,v 1.3 2004/07/02 04:33:11 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |