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
commit89d434d28081ebf01706f9c7b9dffd6681bcc822 (patch)
tree2b9cfb4fdd95647fd10890f1daf412d1a4303d0b /eclass
parentMark git-1.4.1.1 stable on mips (diff)
downloadgentoo-2-89d434d28081ebf01706f9c7b9dffd6681bcc822.tar.gz
gentoo-2-89d434d28081ebf01706f9c7b9dffd6681bcc822.tar.bz2
gentoo-2-89d434d28081ebf01706f9c7b9dffd6681bcc822.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