summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-01 08:31:02 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-01 08:31:02 +0000
commit6d004d96a8b30fe0bb4dbe6ab275f34782e12f0e (patch)
tree8320276b1124b2580b9d209f1744d609a9d99228 /media-libs/jpeg
parentadded support for static linking of find/xargs (Manifest recommit) (diff)
downloadgentoo-2-6d004d96a8b30fe0bb4dbe6ab275f34782e12f0e.tar.gz
gentoo-2-6d004d96a8b30fe0bb4dbe6ab275f34782e12f0e.tar.bz2
gentoo-2-6d004d96a8b30fe0bb4dbe6ab275f34782e12f0e.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'media-libs/jpeg')
-rw-r--r--media-libs/jpeg/jpeg-6b-r2.ebuild4
-rw-r--r--media-libs/jpeg/jpeg-6b-r3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/jpeg/jpeg-6b-r2.ebuild b/media-libs/jpeg/jpeg-6b-r2.ebuild
index fa97bd89d76b..f359b5471010 100644
--- a/media-libs/jpeg/jpeg-6b-r2.ebuild
+++ b/media-libs/jpeg/jpeg-6b-r2.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/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.13 2004/06/24 23:03:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.14 2004/07/01 08:30:29 eradicator Exp $
MY_P=${PN}src.v${PV}
S=${WORKDIR}/${P}
@@ -12,7 +12,7 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc alpha"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
diff --git a/media-libs/jpeg/jpeg-6b-r3.ebuild b/media-libs/jpeg/jpeg-6b-r3.ebuild
index 997813adec2b..d1121710039d 100644
--- a/media-libs/jpeg/jpeg-6b-r3.ebuild
+++ b/media-libs/jpeg/jpeg-6b-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/media-libs/jpeg/jpeg-6b-r3.ebuild,v 1.25 2004/06/24 23:03:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r3.ebuild,v 1.26 2004/07/01 08:30:29 eradicator Exp $
inherit gnuconfig flag-o-matic
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
IUSE=""
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"