Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/
Date: Sun, 16 Jan 2022 09:52:06
Message-Id: 1642326617.c32cfb82daf1aed698b5123bdebca06f3be91aeb.juippis@gentoo
1 commit: c32cfb82daf1aed698b5123bdebca06f3be91aeb
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 09:50:17 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 09:50:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32cfb82
7
8 www-client/firefox-bin: add a missing dep for 96.0.1
9
10 * VDB: detected possibly incorrect RDEPEND (www-client/firefox-bin-96.0.1)
11 * > x11-libs/libXtst
12
13 - also reported in the forums.
14
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 .../{firefox-bin-96.0.1.ebuild => firefox-bin-96.0.1-r1.ebuild} | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/www-client/firefox-bin/firefox-bin-96.0.1.ebuild b/www-client/firefox-bin/firefox-bin-96.0.1-r1.ebuild
21 similarity index 99%
22 rename from www-client/firefox-bin/firefox-bin-96.0.1.ebuild
23 rename to www-client/firefox-bin/firefox-bin-96.0.1-r1.ebuild
24 index 662036922086..60ebc9c4a966 100644
25 --- a/www-client/firefox-bin/firefox-bin-96.0.1.ebuild
26 +++ b/www-client/firefox-bin/firefox-bin-96.0.1-r1.ebuild
27 @@ -67,9 +67,8 @@ RDEPEND="${CDEPEND}
28 sys-apps/dbus
29 virtual/freedesktop-icon-theme
30 >=x11-libs/cairo-1.10[X]
31 - x11-libs/gdk-pixbuf
32 + x11-libs/gdk-pixbuf:2
33 >=x11-libs/gtk+-3.11:3[wayland?]
34 - x11-libs/libxcb
35 x11-libs/libX11
36 x11-libs/libXcomposite
37 x11-libs/libXcursor
38 @@ -79,6 +78,8 @@ RDEPEND="${CDEPEND}
39 x11-libs/libXi
40 x11-libs/libXrandr
41 x11-libs/libXrender
42 + x11-libs/libXtst
43 + x11-libs/libxcb
44 >=x11-libs/pango-1.22.0
45 ffmpeg? ( media-video/ffmpeg )
46 pulseaudio? ( media-sound/pulseaudio )