diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-08 16:49:53 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-08 16:53:55 -0800 |
commit | c813b01573b07cede0a899d96d067d24d7c251fe (patch) | |
tree | 3db40486c89aac77b3b1eb41bad12f6aa66d7c52 /dev-util | |
parent | net-vpn/tailscale: drop old packages (diff) | |
download | gentoo-c813b01573b07cede0a899d96d067d24d7c251fe.tar.gz gentoo-c813b01573b07cede0a899d96d067d24d7c251fe.tar.bz2 gentoo-c813b01573b07cede0a899d96d067d24d7c251fe.zip |
dev-util/glade: Depend on dev-libs/gjs
Closes: https://bugs.gentoo.org/796305
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glade/glade-3.38.2-r1.ebuild (renamed from dev-util/glade/glade-3.38.2.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/glade/glade-3.38.2.ebuild b/dev-util/glade/glade-3.38.2-r1.ebuild index 5844cf0a192c..3fa344481b57 100644 --- a/dev-util/glade/glade-3.38.2.ebuild +++ b/dev-util/glade/glade-3.38.2-r1.ebuild @@ -25,6 +25,7 @@ DEPEND=" >=x11-libs/gtk+-3.22.0:3[introspection?] x11-libs/pango[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.32:= ) + gjs? ( >=dev-libs/gjs-1.64.0 ) python? ( ${PYTHON_DEPS} x11-libs/gtk+:3[introspection] |