diff options
author | 2006-11-09 00:07:43 +0000 | |
---|---|---|
committer | 2006-11-09 00:07:43 +0000 | |
commit | 89d434d28081ebf01706f9c7b9dffd6681bcc822 (patch) | |
tree | 2b9cfb4fdd95647fd10890f1daf412d1a4303d0b /eclass | |
parent | Mark git-1.4.1.1 stable on mips (diff) | |
download | gentoo-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.eclass | 4 |
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 |