From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1612992-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22AFF158041 for <garchives@archives.gentoo.org>; Thu, 21 Mar 2024 02:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 401A9E29B8; Thu, 21 Mar 2024 02:51:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18AF1E29B8 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Mar 2024 02:51:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DC41335D6D for <gentoo-commits@lists.gentoo.org>; Thu, 21 Mar 2024 02:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56FA2159A for <gentoo-commits@lists.gentoo.org>; Thu, 21 Mar 2024 02:50:57 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1710989426.57b8f63be69d860469a304ee6dabf0c77c5f0c23.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/bleachbit/bleachbit-4.6.0-r1.ebuild sys-apps/bleachbit/bleachbit-4.6.0.ebuild X-VCS-Directories: sys-apps/bleachbit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 57b8f63be69d860469a304ee6dabf0c77c5f0c23 X-VCS-Branch: master Date: Thu, 21 Mar 2024 02:50:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a3bca65-c5bb-471c-b504-9c2136f9700f X-Archives-Hash: f2aa5b1f6977f4f6dafa33b2de39c654 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