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/cheetah3/
Date: Mon, 23 Sep 2019 13:43:56
Message-Id: 1569246222.fe3d6766d2565a632859f3a6d28fb54202a1d17a.ultrabug@gentoo
1 commit: fe3d6766d2565a632859f3a6d28fb54202a1d17a
2 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 13:40:16 2019 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 13:43:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3d6766
7
8 dev-python/cheetah3: blocker on cheetah 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/cheetah3/cheetah3-3.2.3.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/cheetah3/cheetah3-3.2.3.ebuild b/dev-python/cheetah3/cheetah3-3.2.3.ebuild
17 index 57e7486829a..202438225dd 100644
18 --- a/dev-python/cheetah3/cheetah3-3.2.3.ebuild
19 +++ b/dev-python/cheetah3/cheetah3-3.2.3.ebuild
20 @@ -18,7 +18,8 @@ IUSE=""
21 KEYWORDS="~amd64 ~x86"
22 SLOT="0"
23
24 -RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
25 +RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]
26 + !dev-python/cheetah"
27 DEPEND="${RDEPEND}
28 dev-python/setuptools[${PYTHON_USEDEP}]"