Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
Date: Wed, 07 Sep 2022 02:10:28
Message-Id: 1662516604.72c59e0c9e79d73537f46c74689b0cac40b50f9d.mattst88@gentoo
1 commit: 72c59e0c9e79d73537f46c74689b0cac40b50f9d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 23:20:26 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 02:10:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c59e0c
7
8 gnome-base/gnome-shell: Depend on dev-libs/gjs with USE=cairo
9
10 Closes: https://bugs.gentoo.org/739430
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 .../gnome-shell/{gnome-shell-42.4.ebuild => gnome-shell-42.4-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gnome-base/gnome-shell/gnome-shell-42.4.ebuild b/gnome-base/gnome-shell/gnome-shell-42.4-r1.ebuild
17 similarity index 99%
18 rename from gnome-base/gnome-shell/gnome-shell-42.4.ebuild
19 rename to gnome-base/gnome-shell/gnome-shell-42.4-r1.ebuild
20 index c58cbac885b3..a922a376bd8f 100644
21 --- a/gnome-base/gnome-shell/gnome-shell-42.4.ebuild
22 +++ b/gnome-base/gnome-shell/gnome-shell-42.4-r1.ebuild
23 @@ -26,7 +26,7 @@ DEPEND="
24 >=app-crypt/gcr-3.7.5:=[introspection]
25 >=dev-libs/glib-2.68:2
26 >=dev-libs/gobject-introspection-1.49.1:=
27 - >=dev-libs/gjs-1.71.1
28 + >=dev-libs/gjs-1.71.1[cairo]
29 >=x11-libs/gtk+-3.15.0:3[introspection]
30 >=x11-wm/mutter-42.0:0/10[introspection,test?]
31 >=sys-auth/polkit-0.120_p20220509[introspection]