diff options
Diffstat (limited to 'www-client/firefox-bin/firefox-bin-3.6.3.ebuild')
-rw-r--r-- | www-client/firefox-bin/firefox-bin-3.6.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-client/firefox-bin/firefox-bin-3.6.3.ebuild b/www-client/firefox-bin/firefox-bin-3.6.3.ebuild index 6458177666e5..da210f7f0472 100644 --- a/www-client/firefox-bin/firefox-bin-3.6.3.ebuild +++ b/www-client/firefox-bin/firefox-bin-3.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.3.ebuild,v 1.1 2010/04/05 05:18:46 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.3.ebuild,v 1.2 2010/04/18 18:59:44 volkmar Exp $ EAPI="2" inherit eutils mozilla-launcher multilib mozextension @@ -21,7 +21,7 @@ RESTRICT="strip mirror" KEYWORDS="-* ~amd64 ~x86" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -IUSE="restrict-javascript startup-notification" +IUSE="startup-notification" for X in ${LANGS} ; do if [ "${X}" != "en" ] && [ "${X}" != "en-US" ]; then @@ -54,8 +54,6 @@ RDEPEND="dev-libs/dbus-glib >=app-emulation/emul-linux-x86-soundlibs-20081109 )" -PDEPEND="restrict-javascript? ( www-plugins/noscript )" - S="${WORKDIR}/${MY_PN}" pkg_setup() { |