Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/
Date: Tue, 04 Jun 2019 20:58:30
Message-Id: 1559681867.b8fefd9b1fb5c1253a8ff07aded407484c78fe9a.whissi@gentoo
1 commit: b8fefd9b1fb5c1253a8ff07aded407484c78fe9a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 20:27:08 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 20:57:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fefd9b
7
8 sys-apps/bleachbit: x86 stable (bug #686258)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-apps/bleachbit/bleachbit-2.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/bleachbit/bleachbit-2.2.ebuild b/sys-apps/bleachbit/bleachbit-2.2.ebuild
17 index cb4c5a71633..02a519d7392 100644
18 --- a/sys-apps/bleachbit/bleachbit-2.2.ebuild
19 +++ b/sys-apps/bleachbit/bleachbit-2.2.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="GPL-3"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26 IUSE="+gtk"
27
28 RDEPEND="gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"