summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-30 22:40:23 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-30 22:40:23 +0000
commit5380302662f3addae618ce9da387345e546abeeb (patch)
tree1a5f4c3c9a0c70a06b1ff52580e0e45d756763b3 /mail-client
parentVersion bump to 0.49b. Ebuild by Brendan Shanks <pip@opus.homelinux.com> and... (diff)
downloadgentoo-2-5380302662f3addae618ce9da387345e546abeeb.tar.gz
gentoo-2-5380302662f3addae618ce9da387345e546abeeb.tar.bz2
gentoo-2-5380302662f3addae618ce9da387345e546abeeb.zip
Move branding USE-flag to mozbranding, bug 157335
(Portage version: 2.1.2-r5)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mozilla-thunderbird/ChangeLog6
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog
index 1a56ed37855d..21db3333f046 100644
--- a/mail-client/mozilla-thunderbird/ChangeLog
+++ b/mail-client/mozilla-thunderbird/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mozilla-thunderbird
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.165 2007/01/11 15:44:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.166 2007/01/30 22:40:23 armin76 Exp $
+
+ 30 Jan 2007; Raúl Porcel <armin76@gentoo.org>
+ mozilla-thunderbird-2.0_beta1.ebuild:
+ Move branding USE-flag to mozbranding, bug 157335
11 Jan 2007; Raúl Porcel <armin76@gentoo.org>
mozilla-thunderbird-1.5.0.8.ebuild, mozilla-thunderbird-1.5.0.9.ebuild,
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta1.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta1.ebuild
index fcf6ff48e4ac..d8fce4d29034 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta1.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta1.ebuild,v 1.4 2007/01/11 15:44:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta1.ebuild,v 1.5 2007/01/30 22:40:23 armin76 Exp $
#
# There are no linguas supported in alpha builds
@@ -24,7 +24,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/${MY_PV}-can
KEYWORDS="~amd64 ~ia64 -mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
-IUSE="ldap crypt branding mozdom replytolist"
+IUSE="ldap crypt mozbranding mozdom replytolist"
#for X in ${LANGS} ; do
# SRC_URI="${SRC_URI} linguas_${X/-/_}? ( mirror://gentoo/thunderbird-${X}-${PV}.xpi )"
@@ -137,7 +137,7 @@ src_compile() {
mozconfig_annotate '' --enable-extensions=default
fi
- if use branding; then
+ if use mozbranding; then
mozconfig_annotate '' --enable-official-branding
fi