Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/
Date: Wed, 01 Apr 2020 14:38:06
Message-Id: 1585751852.b4a1bc30edfb2a30917f583da9a8c875575ac8fe.juippis@gentoo
1 commit: b4a1bc30edfb2a30917f583da9a8c875575ac8fe
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 13:24:37 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 14:37:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a1bc30
7
8 sys-apps/bleachbit: small typofix
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-apps/bleachbit/bleachbit-3.9.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/bleachbit/bleachbit-3.9.0.ebuild b/sys-apps/bleachbit/bleachbit-3.9.0.ebuild
16 index 1caaed30cb4..b5898e187fe 100644
17 --- a/sys-apps/bleachbit/bleachbit-3.9.0.ebuild
18 +++ b/sys-apps/bleachbit/bleachbit-3.9.0.ebuild
19 @@ -28,7 +28,7 @@ BDEPEND="
20 distutils_enable_tests unittest
21
22 # tests fail under FEATURES=usersandbox
23 -RESTRICT+=" test"
24 +RESTRICT="test"
25
26 python_prepare_all() {
27 if use test; then