From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAA45138350 for ; Wed, 1 Apr 2020 14:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F85E0C0D; Wed, 1 Apr 2020 14:38:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9F6CE0C0D for ; Wed, 1 Apr 2020 14:38:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAED434F8A0 for ; Wed, 1 Apr 2020 14:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EF401AF for ; Wed, 1 Apr 2020 14:38:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1585751852.b4a1bc30edfb2a30917f583da9a8c875575ac8fe.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/bleachbit/bleachbit-3.9.0.ebuild X-VCS-Directories: sys-apps/bleachbit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b4a1bc30edfb2a30917f583da9a8c875575ac8fe X-VCS-Branch: master Date: Wed, 1 Apr 2020 14:38:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd561d04-f5a0-4a6d-9584-d0fa0f0dd762 X-Archives-Hash: 4f0631617173d3461adb2d15693da933 commit: b4a1bc30edfb2a30917f583da9a8c875575ac8fe Author: Joonas Niilola gentoo org> AuthorDate: Wed Apr 1 13:24:37 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Apr 1 14:37:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a1bc30 sys-apps/bleachbit: small typofix Signed-off-by: Joonas Niilola gentoo.org> sys-apps/bleachbit/bleachbit-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/bleachbit/bleachbit-3.9.0.ebuild b/sys-apps/bleachbit/bleachbit-3.9.0.ebuild index 1caaed30cb4..b5898e187fe 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