diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 23:50:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 23:50:16 +0000 |
commit | 1d4324328ad444145b26ccbafc95a4748d6afdf3 (patch) | |
tree | 5a6935f7a190972e0489eb031002564b643e15d2 /kde-base/kdebindings/kdebindings-3.1.5.ebuild | |
parent | Stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-1d4324328ad444145b26ccbafc95a4748d6afdf3.tar.gz gentoo-2-1d4324328ad444145b26ccbafc95a4748d6afdf3.tar.bz2 gentoo-2-1d4324328ad444145b26ccbafc95a4748d6afdf3.zip |
Fix use invocation
Diffstat (limited to 'kde-base/kdebindings/kdebindings-3.1.5.ebuild')
-rw-r--r-- | kde-base/kdebindings/kdebindings-3.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kdebindings/kdebindings-3.1.5.ebuild b/kde-base/kdebindings/kdebindings-3.1.5.ebuild index b458a6d64870..f8102f8fbd5d 100644 --- a/kde-base/kdebindings/kdebindings-3.1.5.ebuild +++ b/kde-base/kdebindings/kdebindings-3.1.5.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/kde-base/kdebindings/kdebindings-3.1.5.ebuild,v 1.4 2004/04/23 00:23:40 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.1.5.ebuild,v 1.5 2004/06/03 23:46:20 agriffis Exp $ # TODO: add gnustep, objc bindings inherit kde-dist @@ -34,7 +34,7 @@ src_unpack() { kde_src_unpack - if [ -z "`use mozilla`" ]; then + if ! use mozilla; then # disable mozilla bindings/xpart, because configure doesn't seem to do so # even when it doesn't detect the mozilla headers cd ${S}/xparts |