diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-04-01 16:24:37 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-01 17:37:32 +0300 |
commit | b4a1bc30edfb2a30917f583da9a8c875575ac8fe (patch) | |
tree | 5a57a15e97760a43ae10e0a024376d66b35bb462 /sys-apps/bleachbit | |
parent | sys-apps/bleachbit: Bump to 3.9.0 beta (Py3 port), implement tests (diff) | |
download | gentoo-b4a1bc30edfb2a30917f583da9a8c875575ac8fe.tar.gz gentoo-b4a1bc30edfb2a30917f583da9a8c875575ac8fe.tar.bz2 gentoo-b4a1bc30edfb2a30917f583da9a8c875575ac8fe.zip |
sys-apps/bleachbit: small typofix
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps/bleachbit')
-rw-r--r-- | sys-apps/bleachbit/bleachbit-3.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/bleachbit/bleachbit-3.9.0.ebuild b/sys-apps/bleachbit/bleachbit-3.9.0.ebuild index 1caaed30cb42..b5898e187fe2 100644 --- a/sys-apps/bleachbit/bleachbit-3.9.0.ebuild +++ b/sys-apps/bleachbit/bleachbit-3.9.0.ebuild @@ -28,7 +28,7 @@ BDEPEND=" distutils_enable_tests unittest # tests fail under FEATURES=usersandbox -RESTRICT+=" test" +RESTRICT="test" python_prepare_all() { if use test; then |