diff options
author | 2004-06-25 23:51:31 +0000 | |
---|---|---|
committer | 2004-06-25 23:51:31 +0000 | |
commit | 2bc0c2407f1a4c175633ddeb6a69df851cda311d (patch) | |
tree | 352c19c19fc24ec8f2559212b59417659fa12600 /app-arch/gzip | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.gz gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.bz2 gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.zip |
touch the libc
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/gzip-1.3.3-r4.ebuild | 4 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.3.5-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/gzip/gzip-1.3.3-r4.ebuild b/app-arch/gzip/gzip-1.3.3-r4.ebuild index eaa86d229538..89becce6343e 100644 --- a/app-arch/gzip/gzip-1.3.3-r4.ebuild +++ b/app-arch/gzip/gzip-1.3.3-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/app-arch/gzip/gzip-1.3.3-r4.ebuild,v 1.2 2004/06/24 21:31:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.3-r4.ebuild,v 1.3 2004/06/25 23:50:35 vapier Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips -alpha arm hppa amd64 ia64 ppc64 s390" IUSE="nls build static" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" PROVIDE="virtual/gzip" diff --git a/app-arch/gzip/gzip-1.3.5-r1.ebuild b/app-arch/gzip/gzip-1.3.5-r1.ebuild index ba2efd80c2e4..f4daf2874444 100644 --- a/app-arch/gzip/gzip-1.3.5-r1.ebuild +++ b/app-arch/gzip/gzip-1.3.5-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/app-arch/gzip/gzip-1.3.5-r1.ebuild,v 1.3 2004/06/24 21:31:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r1.ebuild,v 1.4 2004/06/25 23:50:35 vapier Exp $ inherit eutils flag-o-matic @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="nls build static" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" PROVIDE="virtual/gzip" |