diff options
author | 2004-06-24 02:57:22 +0000 | |
---|---|---|
committer | 2004-06-24 02:57:22 +0000 | |
commit | b39dc7e87a3b07f43cb79277655ef41ec3a46fe7 (patch) | |
tree | 7e065a618d70246a34eaf7b638e4d933096028f0 /sys-devel/omni/omni-1.6.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.6.ebuild')
-rw-r--r-- | sys-devel/omni/omni-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/omni/omni-1.6.ebuild b/sys-devel/omni/omni-1.6.ebuild index 938a3f29d49b..989f018d0987 100644 --- a/sys-devel/omni/omni-1.6.ebuild +++ b/sys-devel/omni/omni-1.6.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.6.ebuild,v 1.2 2004/02/11 08:31:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.6.ebuild,v 1.3 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 |