diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-10 03:57:02 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-10 22:49:58 +0100 |
commit | 0c2fcafa54d35d643279a68b70155c301928bf97 (patch) | |
tree | d213933e9def61d45027d50d43fcb041a6a5e247 /www-client | |
parent | www-client/firefox: add workaround for and re-enable elfhack (diff) | |
download | gentoo-0c2fcafa54d35d643279a68b70155c301928bf97.tar.gz gentoo-0c2fcafa54d35d643279a68b70155c301928bf97.tar.bz2 gentoo-0c2fcafa54d35d643279a68b70155c301928bf97.zip |
www-client/firefox: doesn't support >=media-libs/libvpx-1.8 yet
Closes: https://bugs.gentoo.org/677604
Closes: https://bugs.gentoo.org/677662
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-65.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-65.0-r1.ebuild b/www-client/firefox/firefox-65.0-r1.ebuild index 55b80a7b8b70..d1957b61b6b2 100644 --- a/www-client/firefox/firefox-65.0-r1.ebuild +++ b/www-client/firefox/firefox-65.0-r1.ebuild @@ -89,7 +89,10 @@ CDEPEND=" system-icu? ( >=dev-libs/icu-60.2:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) - system-libvpx? ( >=media-libs/libvpx-1.7.0:0=[postproc] ) + system-libvpx? ( + >=media-libs/libvpx-1.7.0:0=[postproc] + <media-libs/libvpx-1.8 + ) system-sqlite? ( >=dev-db/sqlite-3.25.3:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.1:0= ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 |