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 /eclass | |
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 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.60.eclass | 5 |
1 files changed, 4 insertions, 1 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 ) " |