summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-24 03:35:06 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-24 03:35:06 +0000
commit3926fa627c47b3563b30f202c377151f62d019b4 (patch)
treee6cd73a10249169849d74e67774af7378c0982ed /sys-devel/bison/bison-1.75.ebuild
parentQA - fix use invocation (diff)
downloadhistorical-3926fa627c47b3563b30f202c377151f62d019b4.tar.gz
historical-3926fa627c47b3563b30f202c377151f62d019b4.tar.bz2
historical-3926fa627c47b3563b30f202c377151f62d019b4.zip
QA - fix use invocation
Diffstat (limited to 'sys-devel/bison/bison-1.75.ebuild')
-rw-r--r--sys-devel/bison/bison-1.75.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild
index ba56459da211..8dc6b372b37c 100644
--- a/sys-devel/bison/bison-1.75.ebuild
+++ b/sys-devel/bison/bison-1.75.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.75.ebuild,v 1.12 2004/02/01 10:54:01 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.13 2004/06/24 03:35:06 agriffis Exp $
IUSE="nls static build" # icc"
@@ -26,7 +26,7 @@ src_compile() {
econf ${myconf} || die
- if [ -z "`use static`" ]
+ if ! use static
then
emake || die
else
@@ -42,7 +42,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