diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 03:35:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 03:35:06 +0000 |
commit | 7cd00f5657de0faee5e108379e677e04334d4ae0 (patch) | |
tree | df7e292b791adca19d4cc46fcf1279b6dc7e8dbe /sys-devel/bison/bison-1.35.ebuild | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-7cd00f5657de0faee5e108379e677e04334d4ae0.tar.gz gentoo-2-7cd00f5657de0faee5e108379e677e04334d4ae0.tar.bz2 gentoo-2-7cd00f5657de0faee5e108379e677e04334d4ae0.zip |
QA - fix use invocation
Diffstat (limited to 'sys-devel/bison/bison-1.35.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.35.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index 329a995255c8..3b8da4bdc26a 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.20 2004/02/23 00:18:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.21 2004/06/24 03:35:06 agriffis Exp $ IUSE="nls static build" # icc" @@ -30,7 +30,7 @@ src_compile() { --host=${CHOST} \ ${myconf} || die - if [ -z "`use static`" ] + if ! use static then emake ${MAKEOPTS} || die else @@ -46,7 +46,7 @@ src_install() { infodir=/usr/share/info \ install || die - if [ -z "`use build`" ] + if ! use build then dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog docinto txt |