Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/, www-client/firefox/
Date: Sun, 10 Feb 2019 21:50:25
Message-Id: 1549835398.0c2fcafa54d35d643279a68b70155c301928bf97.whissi@gentoo
1 commit: 0c2fcafa54d35d643279a68b70155c301928bf97
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 02:57:02 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 21:49:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2fcafa
7
8 www-client/firefox: doesn't support >=media-libs/libvpx-1.8 yet
9
10 Closes: https://bugs.gentoo.org/677604
11 Closes: https://bugs.gentoo.org/677662
12 Package-Manager: Portage-2.3.59, Repoman-2.3.12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 eclass/mozconfig-v6.60.eclass | 5 ++++-
16 www-client/firefox/firefox-65.0-r1.ebuild | 5 ++++-
17 2 files changed, 8 insertions(+), 2 deletions(-)
18
19 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
20 index de09ebcd640..083b0cd7e61 100644
21 --- a/eclass/mozconfig-v6.60.eclass
22 +++ b/eclass/mozconfig-v6.60.eclass
23 @@ -114,7 +114,10 @@ RDEPEND=">=app-text/hunspell-1.5.4:=
24 system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
25 system-libevent? ( >=dev-libs/libevent-2.0:0= )
26 system-sqlite? ( >=dev-db/sqlite-3.23.1:3[secure-delete,debug=] )
27 - system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] )
28 + system-libvpx? (
29 + >=media-libs/libvpx-1.5.0:0=[postproc]
30 + <media-libs/libvpx-1.8
31 + )
32 system-harfbuzz? ( >=media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 )
33 "
34
35
36 diff --git a/www-client/firefox/firefox-65.0-r1.ebuild b/www-client/firefox/firefox-65.0-r1.ebuild
37 index 55b80a7b8b7..d1957b61b6b 100644
38 --- a/www-client/firefox/firefox-65.0-r1.ebuild
39 +++ b/www-client/firefox/firefox-65.0-r1.ebuild
40 @@ -89,7 +89,10 @@ CDEPEND="
41 system-icu? ( >=dev-libs/icu-60.2:= )
42 system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
43 system-libevent? ( >=dev-libs/libevent-2.0:0= )
44 - system-libvpx? ( >=media-libs/libvpx-1.7.0:0=[postproc] )
45 + system-libvpx? (
46 + >=media-libs/libvpx-1.7.0:0=[postproc]
47 + <media-libs/libvpx-1.8
48 + )
49 system-sqlite? ( >=dev-db/sqlite-3.25.3:3[secure-delete,debug=] )
50 system-webp? ( >=media-libs/libwebp-1.0.1:0= )
51 wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60