diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-16 19:02:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-16 19:02:36 +0000 |
commit | c6f5577ad9327dc07bf9e465b2092d42d1ba2a7f (patch) | |
tree | 6396c31568eafd43e7d27f0a969d6e0d3cc4d849 /www-client/firefox/firefox-10.0.11.ebuild | |
parent | Remove python.eclass traces (python now controlled by mozcoreconf-2.eclass). (diff) | |
download | historical-c6f5577ad9327dc07bf9e465b2092d42d1ba2a7f.tar.gz historical-c6f5577ad9327dc07bf9e465b2092d42d1ba2a7f.tar.bz2 historical-c6f5577ad9327dc07bf9e465b2092d42d1ba2a7f.zip |
Remove python.eclass traces (python now controlled by mozcoreconf-2.eclass).
Package-Manager: portage-2.2.0_alpha154/cvs/Linux x86_64
Manifest-Sign-Key: 0x42B9401D
Diffstat (limited to 'www-client/firefox/firefox-10.0.11.ebuild')
-rw-r--r-- | www-client/firefox/firefox-10.0.11.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www-client/firefox/firefox-10.0.11.ebuild b/www-client/firefox/firefox-10.0.11.ebuild index b31c11980468..9b16da442c5f 100644 --- a/www-client/firefox/firefox-10.0.11.ebuild +++ b/www-client/firefox/firefox-10.0.11.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.11.ebuild,v 1.7 2012/12/29 08:54:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.11.ebuild,v 1.8 2013/01/16 19:02:14 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} ) |