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-util/glade/
Date: Wed, 09 Feb 2022 00:54:06
Message-Id: 1644368035.c813b01573b07cede0a899d96d067d24d7c251fe.mattst88@gentoo
1 commit: c813b01573b07cede0a899d96d067d24d7c251fe
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 00:49:53 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 00:53:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c813b015
7
8 dev-util/glade: Depend on dev-libs/gjs
9
10 Closes: https://bugs.gentoo.org/796305
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 dev-util/glade/{glade-3.38.2.ebuild => glade-3.38.2-r1.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-util/glade/glade-3.38.2.ebuild b/dev-util/glade/glade-3.38.2-r1.ebuild
17 similarity index 98%
18 rename from dev-util/glade/glade-3.38.2.ebuild
19 rename to dev-util/glade/glade-3.38.2-r1.ebuild
20 index 5844cf0a192c..3fa344481b57 100644
21 --- a/dev-util/glade/glade-3.38.2.ebuild
22 +++ b/dev-util/glade/glade-3.38.2-r1.ebuild
23 @@ -25,6 +25,7 @@ DEPEND="
24 >=x11-libs/gtk+-3.22.0:3[introspection?]
25 x11-libs/pango[introspection?]
26 introspection? ( >=dev-libs/gobject-introspection-1.32:= )
27 + gjs? ( >=dev-libs/gjs-1.64.0 )
28 python? (
29 ${PYTHON_DEPS}
30 x11-libs/gtk+:3[introspection]