diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:21:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:21:25 +0000 |
commit | ef728bf56ec2f69744a18103c2b3370d30eaf1b5 (patch) | |
tree | aabcaf1c148af51ee8fbc44b3a8358c623487d3d /sys-apps/tar | |
parent | lintool fixes for #9258 (diff) | |
download | historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.tar.gz historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.tar.bz2 historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/tar')
-rw-r--r-- | sys-apps/tar/tar-1.13.25-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/tar/tar-1.13.25-r1.ebuild b/sys-apps/tar/tar-1.13.25-r1.ebuild index 0530acf1844b..d7b3b0249d61 100644 --- a/sys-apps/tar/tar-1.13.25-r1.ebuild +++ b/sys-apps/tar/tar-1.13.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r1.ebuild,v 1.6 2002/10/05 05:39:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r1.ebuild,v 1.7 2002/10/19 03:21:24 vapier Exp $ IUSE="nls static build" @@ -14,14 +14,13 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( >=sys-devel/gettext-0.10.35 )" - RDEPEND="virtual/glibc" src_compile() { local myconf [ -z "`use nls`" ] && myconf="--disable-nls" ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info --host=${CHOST} ${myconf} || die + --infodir=/usr/share/info --host=${CHOST} ${myconf} || die if [ -z "`use static`" ] then emake || die |