commit: 57b8f63be69d860469a304ee6dabf0c77c5f0c23 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Sun Feb 4 19:54:42 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 21 02:50:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b8f63b
sys-apps/bleachbit: fix gtk+3 dependency bleachbit requires gtk+:3[introspection] ValueError: Namespace Gtk not available Signed-off-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/35183 Signed-off-by: Sam James <sam <AT> gentoo.org> .../bleachbit/{bleachbit-4.6.0.ebuild => bleachbit-4.6.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/bleachbit/bleachbit-4.6.0.ebuild b/sys-apps/bleachbit/bleachbit-4.6.0-r1.ebuild similarity index 98% rename from sys-apps/bleachbit/bleachbit-4.6.0.ebuild rename to 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
