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 315D4138351 for ; Mon, 27 Jan 2020 07:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46565E088F; Mon, 27 Jan 2020 07:22:53 +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 A2498E08C4 for ; Mon, 27 Jan 2020 07:22:51 +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 6EE2B34E3BA for ; Mon, 27 Jan 2020 07:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11EB109 for ; Mon, 27 Jan 2020 07:22:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580109723.3b3db0b7b8fc758db2b2101769cd1f7040a61f0f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bottle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bottle/bottle-0.12.18.ebuild X-VCS-Directories: dev-python/bottle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b3db0b7b8fc758db2b2101769cd1f7040a61f0f X-VCS-Branch: master Date: Mon, 27 Jan 2020 07:22:45 +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: e37d6816-810b-4105-afd3-a34922d91d58 X-Archives-Hash: a021a6a4618992e8382ff566bfc2863f commit: 3b3db0b7b8fc758db2b2101769cd1f7040a61f0f Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 06:38:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 07:22:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3db0b7 dev-python/bottle: mako is now avail for pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/bottle/bottle-0.12.18.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/bottle/bottle-0.12.18.ebuild b/dev-python/bottle/bottle-0.12.18.ebuild index 5c483f67e83..9b545b6b193 100644 --- a/dev-python/bottle/bottle-0.12.18.ebuild +++ b/dev-python/bottle/bottle-0.12.18.ebuild @@ -17,11 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="test" RESTRICT="!test? ( test )" -DEPEND="test? ( - $(python_gen_cond_dep ' - dev-python/mako[${PYTHON_USEDEP}] - ' 'python*') - )" +BDEPEND="test? ( dev-python/mako[${PYTHON_USEDEP}] )" RDEPEND="" PATCHES=(