summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-04-19 16:02:15 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-04-19 16:02:15 +0000
commit46d2fd65f730295510f7176c469869dea9a220c8 (patch)
tree470522b75890e5032a7fabd29ddb96902470e6de /www-client
parentSome more tweaks (diff)
downloadgentoo-2-46d2fd65f730295510f7176c469869dea9a220c8.tar.gz
gentoo-2-46d2fd65f730295510f7176c469869dea9a220c8.tar.bz2
gentoo-2-46d2fd65f730295510f7176c469869dea9a220c8.zip
More tweaks
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/mozilla-firefox/mozilla-firefox-2.0.0.14.ebuild4
-rw-r--r--www-client/mozilla-firefox/mozilla-firefox-3.0_beta5-r1.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.14.ebuild b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.14.ebuild
index 72933725ca5e..cae4010dd6fd 100644
--- a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.14.ebuild
+++ b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.14.ebuild,v 1.6 2008/04/19 15:38:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.14.ebuild,v 1.7 2008/04/19 16:02:15 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -123,7 +123,7 @@ src_unpack() {
for X in ${linguas}; do
[[ ${X} != "en" ]] && xpi_unpack "${P}-${X}.xpi"
done
- if [[ ${linguas} != "" ]]; then
+ if [[ ${linguas} != "" && ${linguas} != "en" ]]; then
einfo "Selected language packs (first will be default): ${linguas}"
fi
diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.0_beta5-r1.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.0_beta5-r1.ebuild
index a317bb6354e6..7c50bcc84f23 100644
--- a/www-client/mozilla-firefox/mozilla-firefox-3.0_beta5-r1.ebuild
+++ b/www-client/mozilla-firefox/mozilla-firefox-3.0_beta5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0_beta5-r1.ebuild,v 1.2 2008/04/19 14:55:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0_beta5-r1.ebuild,v 1.3 2008/04/19 16:02:15 armin76 Exp $
EAPI="1"
WANT_AUTOCONF="2.1"
@@ -122,7 +122,7 @@ src_unpack() {
for X in ${linguas}; do
[[ ${X} != "en" ]] && xpi_unpack "${MY_P}-${X}.xpi"
done
- if [[ ${linguas} != "" ]]; then
+ if [[ ${linguas} != "" && ${linguas} != "en" ]]; then
einfo "Selected language packs (first will be default): ${linguas}"
fi
@@ -132,7 +132,7 @@ src_unpack() {
# Apply our patches
cd "${S}" || die "cd failed"
EPATCH_SUFFIX="patch" \
- EPATCH_FORCE="yes" \
+EPATCH_FORCE="yes" \
epatch "${WORKDIR}"/patch
eautoreconf || die "failed running eautoreconf"