diff options
Diffstat (limited to 'www-client/firefox-bin/firefox-bin-3.5.8.ebuild')
-rw-r--r-- | www-client/firefox-bin/firefox-bin-3.5.8.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-client/firefox-bin/firefox-bin-3.5.8.ebuild b/www-client/firefox-bin/firefox-bin-3.5.8.ebuild index cf81c01dd50f..cc2bb3fc17e4 100644 --- a/www-client/firefox-bin/firefox-bin-3.5.8.ebuild +++ b/www-client/firefox-bin/firefox-bin-3.5.8.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.5.8.ebuild,v 1.3 2010/03/02 20:24:34 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.5.8.ebuild,v 1.4 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() { |