summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-02-10 03:57:02 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-02-10 22:49:58 +0100
commit0c2fcafa54d35d643279a68b70155c301928bf97 (patch)
treed213933e9def61d45027d50d43fcb041a6a5e247
parentwww-client/firefox: add workaround for and re-enable elfhack (diff)
downloadgentoo-0c2fcafa.tar.gz
gentoo-0c2fcafa.tar.bz2
gentoo-0c2fcafa.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>
-rw-r--r--eclass/mozconfig-v6.60.eclass5
-rw-r--r--www-client/firefox/firefox-65.0-r1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index de09ebcd6408..083b0cd7e613 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -114,7 +114,10 @@ RDEPEND=">=app-text/hunspell-1.5.4:=
system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
system-libevent? ( >=dev-libs/libevent-2.0:0= )
system-sqlite? ( >=dev-db/sqlite-3.23.1:3[secure-delete,debug=] )
- system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] )
+ system-libvpx? (
+ >=media-libs/libvpx-1.5.0:0=[postproc]
+ <media-libs/libvpx-1.8
+ )
system-harfbuzz? ( >=media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 )
"
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