summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-02-04 11:54:42 -0800
committerSam James <sam@gentoo.org>2024-03-21 02:50:26 +0000
commit57b8f63be69d860469a304ee6dabf0c77c5f0c23 (patch)
tree190bf3bf2207e6c32d41534d8300ed504a89bba4 /sys-apps
parentdev-build/samurai: fix segfault for phony targets (diff)
downloadgentoo-57b8f63be69d860469a304ee6dabf0c77c5f0c23.tar.gz
gentoo-57b8f63be69d860469a304ee6dabf0c77c5f0c23.tar.bz2
gentoo-57b8f63be69d860469a304ee6dabf0c77c5f0c23.zip
sys-apps/bleachbit: fix gtk+3 dependency
bleachbit requires gtk+:3[introspection] ValueError: Namespace Gtk not available Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/35183 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/bleachbit/bleachbit-4.6.0-r1.ebuild (renamed from sys-apps/bleachbit/bleachbit-4.6.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/bleachbit/bleachbit-4.6.0.ebuild b/sys-apps/bleachbit/bleachbit-4.6.0-r1.ebuild
index 2ce3db673047..957436a35baf 100644
--- a/sys-apps/bleachbit/bleachbit-4.6.0.ebuild
+++ b/sys-apps/bleachbit/bleachbit-4.6.0-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
')
- x11-libs/gtk+:3
+ x11-libs/gtk+:3[introspection]
"
BDEPEND="
sys-devel/gettext