diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-12-10 18:55:05 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-12-10 18:55:05 +0000 |
commit | dc40c251d29c20c46ff4ea0ca5bf286cf21d5a1d (patch) | |
tree | b33bcea0984910c098ec419f0a0316973091fefa /www-client | |
parent | Version bump. The new version fixes bug with refcounting, therefore making th... (diff) | |
download | gentoo-2-dc40c251d29c20c46ff4ea0ca5bf286cf21d5a1d.tar.gz gentoo-2-dc40c251d29c20c46ff4ea0ca5bf286cf21d5a1d.tar.bz2 gentoo-2-dc40c251d29c20c46ff4ea0ca5bf286cf21d5a1d.zip |
fixed alsa and webm dependencies for bug 444874 and part of bug 444780
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-17.0.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 585076cec3f5..24d4db70e771 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.194 2012/12/10 16:51:05 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.195 2012/12/10 18:55:05 axs Exp $ + + 10 Dec 2012; Ian Stakenvicius <axs@gentoo.org> firefox-17.0.1.ebuild: + fixed alsa and webm dependencies for bug 444874 and part of bug 444780 10 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> firefox-17.0.1.ebuild: Added changes on request by Anarchy. diff --git a/www-client/firefox/firefox-17.0.1.ebuild b/www-client/firefox/firefox-17.0.1.ebuild index a7c90915d449..af1f60d9ca63 100644 --- a/www-client/firefox/firefox-17.0.1.ebuild +++ b/www-client/firefox/firefox-17.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.1.ebuild,v 1.2 2012/12/10 16:51:05 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.1.ebuild,v 1.3 2012/12/10 18:55:05 axs Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -38,7 +38,7 @@ HOMEPAGE="http://www.mozilla.com/firefox" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist gstreamer +ipc +minimal pgo selinux system-sqlite" +IUSE="bindist gstreamer +minimal pgo selinux system-sqlite" # More URIs appended below... SRC_URI="${SRC_URI} @@ -59,7 +59,7 @@ RDEPEND=" gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) >=media-libs/libvpx-1.0.0 - elibc_glibc? ( media-libs/alsa-lib ) + kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" # We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} |