diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:57:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:57:22 +0000 |
commit | b39dc7e87a3b07f43cb79277655ef41ec3a46fe7 (patch) | |
tree | 7e065a618d70246a34eaf7b638e4d933096028f0 /sys-devel/omni/omni-1.4a.ebuild | |
parent | removing old versions (Manifest recommit) (diff) | |
download | gentoo-2-b39dc7e87a3b07f43cb79277655ef41ec3a46fe7.tar.gz gentoo-2-b39dc7e87a3b07f43cb79277655ef41ec3a46fe7.tar.bz2 gentoo-2-b39dc7e87a3b07f43cb79277655ef41ec3a46fe7.zip |
QA - fix use invocation
Diffstat (limited to 'sys-devel/omni/omni-1.4a.ebuild')
-rw-r--r-- | sys-devel/omni/omni-1.4a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/omni/omni-1.4a.ebuild b/sys-devel/omni/omni-1.4a.ebuild index cc1fd668b5f2..02949f37dfc9 100644 --- a/sys-devel/omni/omni-1.4a.ebuild +++ b/sys-devel/omni/omni-1.4a.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/omni/omni-1.4a.ebuild,v 1.4 2004/02/11 08:31:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.4a.ebuild,v 1.5 2004/06/24 02:57:22 agriffis Exp $ IUSE="java doc" @@ -45,7 +45,7 @@ src_compile() { myconf="" # There is no configure script for the doc - if [ ! `use doc` ] ; then + if ! use doc ; then dosed s/doc// Makefile.in fi |