diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 13:09:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 13:09:37 +0000 |
commit | 601e4cb3432f0f77dcdc1434c6dd31b74b7f4d82 (patch) | |
tree | 0cc31dfc9e4068b2cd231b41349dc16ad11cabd9 /app-sci/snns | |
parent | Fix use invocation (diff) | |
download | historical-601e4cb3432f0f77dcdc1434c6dd31b74b7f4d82.tar.gz historical-601e4cb3432f0f77dcdc1434c6dd31b74b7f4d82.tar.bz2 historical-601e4cb3432f0f77dcdc1434c6dd31b74b7f4d82.zip |
Fix use invocation
Diffstat (limited to 'app-sci/snns')
-rw-r--r-- | app-sci/snns/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/snns/snns-4.2-r4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-sci/snns/ChangeLog b/app-sci/snns/ChangeLog index 49c539f90d46..bcf6106a9207 100644 --- a/app-sci/snns/ChangeLog +++ b/app-sci/snns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/snns # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/ChangeLog,v 1.12 2004/06/01 17:11:58 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/ChangeLog,v 1.13 2004/06/02 13:09:37 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> snns-4.2-r4.ebuild: + Fix use invocation *snns-4.2-r5 (01 Jun 2004) diff --git a/app-sci/snns/snns-4.2-r4.ebuild b/app-sci/snns/snns-4.2-r4.ebuild index 27d4d7ecc26a..c83d3be9b7cc 100644 --- a/app-sci/snns/snns-4.2-r4.ebuild +++ b/app-sci/snns/snns-4.2-r4.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/app-sci/snns/snns-4.2-r4.ebuild,v 1.4 2004/04/25 22:54:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/snns-4.2-r4.ebuild,v 1.5 2004/06/02 13:09:37 agriffis Exp $ inherit eutils @@ -34,7 +34,7 @@ src_compile() { local myconf="--enable-global" local compileopts="compile-kernel compile-tools" - if [ `use X` ] ; then + if use X ; then myconf="${myconf} --with-x" compileopts="${compileopts} compile-xgui" else @@ -50,7 +50,7 @@ src_install() { dobin $file done - if [ `use X` ] ; then + if use X ; then newbin xgui/sources/xgui snns dodir /etc/env.d |