Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bottle/
Date: Mon, 27 Jan 2020 07:22:56
Message-Id: 1580109723.3b3db0b7b8fc758db2b2101769cd1f7040a61f0f.mgorny@gentoo
1 commit: 3b3db0b7b8fc758db2b2101769cd1f7040a61f0f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 06:38:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 07:22:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3db0b7
7
8 dev-python/bottle: mako is now avail for pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/bottle/bottle-0.12.18.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-python/bottle/bottle-0.12.18.ebuild b/dev-python/bottle/bottle-0.12.18.ebuild
16 index 5c483f67e83..9b545b6b193 100644
17 --- a/dev-python/bottle/bottle-0.12.18.ebuild
18 +++ b/dev-python/bottle/bottle-0.12.18.ebuild
19 @@ -17,11 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
20 IUSE="test"
21 RESTRICT="!test? ( test )"
22
23 -DEPEND="test? (
24 - $(python_gen_cond_dep '
25 - dev-python/mako[${PYTHON_USEDEP}]
26 - ' 'python*')
27 - )"
28 +BDEPEND="test? ( dev-python/mako[${PYTHON_USEDEP}] )"
29 RDEPEND=""
30
31 PATCHES=(