Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/
Date: Wed, 28 Sep 2022 13:53:58
Message-Id: 1664373206.3cabdb45e5300a29756cbf55a6f03b9966a6acb1.mattst88@gentoo
1 commit: 3cabdb45e5300a29756cbf55a6f03b9966a6acb1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 13:49:46 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 13:53:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cabdb45
7
8 x11-themes/gnome-backgrounds: RDEPEND on gdk-pixbuf-loader-webp
9
10 Closes: https://bugs.gentoo.org/873100
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 .../{gnome-backgrounds-43.ebuild => gnome-backgrounds-43-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-43.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild
17 similarity index 80%
18 rename from x11-themes/gnome-backgrounds/gnome-backgrounds-43.ebuild
19 rename to x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild
20 index e03c75cbe327..3dd5045293f7 100644
21 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-43.ebuild
22 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild
23 @@ -9,6 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
24
25 LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0 CC-BY-4.0"
26 SLOT="0"
27 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
29
30 +RDEPEND="gui-libs/gdk-pixbuf-loader-webp"
31 BDEPEND=">=sys-devel/gettext-0.19.8"