diff options
Diffstat (limited to 'sys-devel/bison/bison-1.75.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.75.ebuild | 6 |
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 |