diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 01:26:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 01:26:28 +0000 |
commit | 0d925b531281c2c1f7895dae7cf4868e6ae3be65 (patch) | |
tree | 95d1d39219072bc194fe624b7232040d80f2759e /sys-apps/textutils/textutils-2.1.ebuild | |
parent | stable on ppc64, bug #55236 (diff) | |
download | historical-0d925b531281c2c1f7895dae7cf4868e6ae3be65.tar.gz historical-0d925b531281c2c1f7895dae7cf4868e6ae3be65.tar.bz2 historical-0d925b531281c2c1f7895dae7cf4868e6ae3be65.zip |
QA - fix use invocation
Diffstat (limited to 'sys-apps/textutils/textutils-2.1.ebuild')
-rw-r--r-- | sys-apps/textutils/textutils-2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/textutils/textutils-2.1.ebuild b/sys-apps/textutils/textutils-2.1.ebuild index c0e87bfe46fc..682e4a6c18af 100644 --- a/sys-apps/textutils/textutils-2.1.ebuild +++ b/sys-apps/textutils/textutils-2.1.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/textutils/textutils-2.1.ebuild,v 1.19 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.20 2004/06/28 01:26:28 agriffis Exp $ IUSE="nls static build" @@ -24,7 +24,7 @@ src_compile() { --without-included-regex \ ${myconf} || die - if [ "`use static`" ] + if use static then emake LDFLAGS=-static || die else @@ -44,7 +44,7 @@ src_install() { rmdir ${D}/usr/lib - if [ -z "`use build`" ] + if ! use build then dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO else |