Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/
Date: Thu, 03 Feb 2022 06:21:04
Message-Id: 1643869243.33aa83da5bdea2a3719dc7c8c8cc119fec5e180a.mattst88@gentoo
1 commit: 33aa83da5bdea2a3719dc7c8c8cc119fec5e180a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 06:17:32 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 06:20:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa83da
7
8 dev-libs/gjs: Depend on x11-libs/cairo[glib]
9
10 Closes: https://bugs.gentoo.org/805014
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 dev-libs/gjs/gjs-1.70.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/gjs/gjs-1.70.0.ebuild b/dev-libs/gjs/gjs-1.70.0.ebuild
17 index 1322c5b817b2..682cd33381ac 100644
18 --- a/dev-libs/gjs/gjs-1.70.0.ebuild
19 +++ b/dev-libs/gjs/gjs-1.70.0.ebuild
20 @@ -19,7 +19,7 @@ RDEPEND="
21 dev-libs/libffi:=
22 >=dev-libs/gobject-introspection-1.66.1:=
23 >=dev-lang/spidermonkey-78.2.0:78
24 - cairo? ( x11-libs/cairo[X,svg] )
25 + cairo? ( x11-libs/cairo[X,glib,svg] )
26 readline? ( sys-libs/readline:0= )
27 "
28 DEPEND="${RDEPEND}