diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-07 19:32:05 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-07 19:32:05 +0000 |
commit | 04edf672f43320f2ee5d9fe30ebad51748482535 (patch) | |
tree | 629f978f491b81d18d2f1a8bf788014646106e8e /sys-apps/tar | |
parent | Dependency fixes (diff) | |
download | historical-04edf672f43320f2ee5d9fe30ebad51748482535.tar.gz historical-04edf672f43320f2ee5d9fe30ebad51748482535.tar.bz2 historical-04edf672f43320f2ee5d9fe30ebad51748482535.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/tar')
-rw-r--r-- | sys-apps/tar/tar-1.13.18-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/tar/tar-1.13.18-r2.ebuild b/sys-apps/tar/tar-1.13.18-r2.ebuild index c15b08f6691e..b343d3d85343 100644 --- a/sys-apps/tar/tar-1.13.18-r2.ebuild +++ b/sys-apps/tar/tar-1.13.18-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r2.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r2.ebuild,v 1.2 2001/02/07 19:32:05 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -13,7 +13,8 @@ HOMEPAGE="http://www.gnu.org/software/tar/" DEPEND="virtual/glibc >=sys-devel/gettext-0.10.35-r2" -RDEPEND="virtual/glibc" +RDEPEND="virtual/glibc + sys-apps/star" src_compile() { |