diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:21:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:21:26 +0000 |
commit | 9a9a972f5f993f1a8585201fcc5d04514ecbe358 (patch) | |
tree | 3c90d0405b36bee71c674b993eb9958c86e7903a /sys-apps/attr | |
parent | sync IUSE (-${IUSE}), glibc -> libc (diff) | |
download | historical-9a9a972f5f993f1a8585201fcc5d04514ecbe358.tar.gz historical-9a9a972f5f993f1a8585201fcc5d04514ecbe358.tar.bz2 historical-9a9a972f5f993f1a8585201fcc5d04514ecbe358.zip |
change glibc to libc
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-2.4.7-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/attr/attr-2.4.7-r1.ebuild b/sys-apps/attr/attr-2.4.7-r1.ebuild index 196d7238c66e..e7995fd77681 100644 --- a/sys-apps/attr/attr-2.4.7-r1.ebuild +++ b/sys-apps/attr/attr-2.4.7-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/attr/attr-2.4.7-r1.ebuild,v 1.23 2004/06/28 15:59:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.24 2004/06/29 15:19:45 vapier Exp $ inherit eutils @@ -16,10 +16,10 @@ IUSE="nls debug" DEPEND=">=sys-apps/portage-2.0.47-r10 >=sys-apps/sed-4.0.5 - virtual/glibc + virtual/libc nls? ( sys-devel/gettext ) sys-devel/libtool" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_unpack() { unpack ${A} |