Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheetah/
Date: Mon, 23 Sep 2019 13:43:58
Message-Id: 1569246193.f8dba3e201916984268485b7a9af2e6fbc0882ef.ultrabug@gentoo
1 commit: f8dba3e201916984268485b7a9af2e6fbc0882ef
2 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 13:39:24 2019 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 13:43:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dba3e2
7
8 dev-python/cheetah: blocker on cheetah3 for file collision
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
12
13 dev-python/cheetah/cheetah-2.4.4-r1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/cheetah/cheetah-2.4.4-r1.ebuild b/dev-python/cheetah/cheetah-2.4.4-r1.ebuild
17 index 93980236036..ecc9e208b54 100644
18 --- a/dev-python/cheetah/cheetah-2.4.4-r1.ebuild
19 +++ b/dev-python/cheetah/cheetah-2.4.4-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -18,7 +18,8 @@ IUSE=""
27 KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
28 SLOT="0"
29
30 -RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
31 +RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]
32 + !dev-python/cheetah3"
33 DEPEND="${RDEPEND}
34 dev-python/setuptools[${PYTHON_USEDEP}]"