summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-11-09 00:07:43 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-11-09 00:07:43 +0000
commitcb649c936b9928524f451305f0ceaac82c5e8305 (patch)
tree1f95671b5925b00c6a8900f0a10001307157eb83 /eclass
parentMark git-1.4.1.1 stable on mips (diff)
downloadhistorical-cb649c936b9928524f451305f0ceaac82c5e8305.tar.gz
historical-cb649c936b9928524f451305f0ceaac82c5e8305.tar.bz2
historical-cb649c936b9928524f451305f0ceaac82c5e8305.zip
Cosmetic fix.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozilla-launcher.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass
index db283dbfca7a..af92216fd85a 100644
--- a/eclass/mozilla-launcher.eclass
+++ b/eclass/mozilla-launcher.eclass
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.13 2006/11/08 20:37:16 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.14 2006/11/09 00:07:43 kloeri Exp $
inherit nsplugins multilib
-if ! [[ ${PN: -4} == "-bin" ]] ; then
+if [[ ${PN: -4} != "-bin" ]] ; then
IUSE="moznopango"
fi