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 | |
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')
-rw-r--r-- | sys-apps/textutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.0.21.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/textutils/ChangeLog b/sys-apps/textutils/ChangeLog index b7f77960027a..295789711780 100644 --- a/sys-apps/textutils/ChangeLog +++ b/sys-apps/textutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/textutils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/ChangeLog,v 1.21 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/ChangeLog,v 1.22 2004/06/28 01:26:28 agriffis Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> textutils-2.0.21.ebuild, + textutils-2.1.ebuild: + QA - fix use invocation 19 Apr 2004; Michael McCabe <randy@gentoo.org> textutils-2.1-r1.ebuild: added s390 keywords diff --git a/sys-apps/textutils/textutils-2.0.21.ebuild b/sys-apps/textutils/textutils-2.0.21.ebuild index e15772b9a898..102d544c09fd 100644 --- a/sys-apps/textutils/textutils-2.0.21.ebuild +++ b/sys-apps/textutils/textutils-2.0.21.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.0.21.ebuild,v 1.14 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.21.ebuild,v 1.15 2004/06/28 01:26:28 agriffis Exp $ IUSE="nls static build" @@ -33,7 +33,7 @@ src_compile() { --without-included-regex \ ${myconf} || die - if [ "`use static`" ] + if use static then emake LDFLAGS=-static || die else @@ -53,7 +53,7 @@ src_install() { rmdir ${D}/usr/lib - if [ -z "`use build`" ] + if ! use build then dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO else 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 |