diff options
Diffstat (limited to 'www-client/firefox/firefox-10.0.6.ebuild')
-rw-r--r-- | www-client/firefox/firefox-10.0.6.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www-client/firefox/firefox-10.0.6.ebuild b/www-client/firefox/firefox-10.0.6.ebuild index d1745b74111f..02872bc5b625 100644 --- a/www-client/firefox/firefox-10.0.6.ebuild +++ b/www-client/firefox/firefox-10.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.6 2012/08/25 07:09:30 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.7 2013/01/16 19:02:15 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -32,7 +32,7 @@ PATCH="${PN}-10.0-patches-0.9" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -61,11 +61,9 @@ RDEPEND=" webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( - =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( ${ASM_DEPEND} ) |