summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-30 02:39:08 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-30 02:39:08 +0000
commit94335e7c88db62aa91fddc841241dbe2e9be80f8 (patch)
tree22b4a322e3d4070893cf129c5fe0ba2d26060891 /sys-apps/grep
parentsync IUSE (missing) (Manifest recommit) (diff)
downloadgentoo-2-94335e7c88db62aa91fddc841241dbe2e9be80f8.tar.gz
gentoo-2-94335e7c88db62aa91fddc841241dbe2e9be80f8.tar.bz2
gentoo-2-94335e7c88db62aa91fddc841241dbe2e9be80f8.zip
glibc -> libc
Diffstat (limited to 'sys-apps/grep')
-rw-r--r--sys-apps/grep/grep-2.5.1-r1.ebuild6
-rw-r--r--sys-apps/grep/grep-2.5.1-r4.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/grep/grep-2.5.1-r1.ebuild b/sys-apps/grep/grep-2.5.1-r1.ebuild
index 690a41f0f3af..663bb31e1e30 100644
--- a/sys-apps/grep/grep-2.5.1-r1.ebuild
+++ b/sys-apps/grep/grep-2.5.1-r1.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/sys-apps/grep/grep-2.5.1-r1.ebuild,v 1.23 2004/06/24 22:08:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r1.ebuild,v 1.24 2004/06/30 02:37:18 vapier Exp $
inherit gnuconfig flag-o-matic eutils
@@ -15,9 +15,9 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
IUSE="nls build uclibc"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/grep/grep-2.5.1-r4.ebuild b/sys-apps/grep/grep-2.5.1-r4.ebuild
index 6f5ea3c7006a..35909e1c3d66 100644
--- a/sys-apps/grep/grep-2.5.1-r4.ebuild
+++ b/sys-apps/grep/grep-2.5.1-r4.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/sys-apps/grep/grep-2.5.1-r4.ebuild,v 1.2 2004/06/24 22:08:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r4.ebuild,v 1.3 2004/06/30 02:37:18 vapier Exp $
inherit gnuconfig flag-o-matic eutils
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
IUSE="build nls pcre static"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
DEPEND="${RDEPEND}
pcre? (
>=sys-apps/sed-4