diff options
author | 2004-06-25 23:56:50 +0000 | |
---|---|---|
committer | 2004-06-25 23:56:50 +0000 | |
commit | cb12b723820639f024686025261c12a793a46979 (patch) | |
tree | 54970371d7741c39c42f48cb0eb1e1b5b8459878 /app-arch/tar | |
parent | stable on amd64 (diff) | |
download | historical-cb12b723820639f024686025261c12a793a46979.tar.gz historical-cb12b723820639f024686025261c12a793a46979.tar.bz2 historical-cb12b723820639f024686025261c12a793a46979.zip |
touch the libc
Diffstat (limited to 'app-arch/tar')
-rw-r--r-- | app-arch/tar/tar-1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/tar/tar-1.14.ebuild b/app-arch/tar/tar-1.14.ebuild index ef3ad8756103..7a38d160821c 100644 --- a/app-arch/tar/tar-1.14.ebuild +++ b/app-arch/tar/tar-1.14.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/tar/tar-1.14.ebuild,v 1.4 2004/06/25 14:16:07 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.14.ebuild,v 1.5 2004/06/25 23:55:44 vapier Exp $ inherit eutils gnuconfig @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="nls static build" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/gzip app-arch/bzip2 app-arch/ncompress" |