diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2019-09-23 15:39:24 +0200 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2019-09-23 15:43:13 +0200 |
commit | f8dba3e201916984268485b7a9af2e6fbc0882ef (patch) | |
tree | 8abb6cb56051000493906dee904203ac8f487a49 /dev-python/cheetah | |
parent | net-proxy/obfs4proxy: add licences of vendored packages to LICENSE (diff) | |
download | gentoo-f8dba3e201916984268485b7a9af2e6fbc0882ef.tar.gz gentoo-f8dba3e201916984268485b7a9af2e6fbc0882ef.tar.bz2 gentoo-f8dba3e201916984268485b7a9af2e6fbc0882ef.zip |
dev-python/cheetah: blocker on cheetah3 for file collision
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'dev-python/cheetah')
-rw-r--r-- | dev-python/cheetah/cheetah-2.4.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/cheetah/cheetah-2.4.4-r1.ebuild b/dev-python/cheetah/cheetah-2.4.4-r1.ebuild index 93980236036a..ecc9e208b543 100644 --- a/dev-python/cheetah/cheetah-2.4.4-r1.ebuild +++ b/dev-python/cheetah/cheetah-2.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -18,7 +18,8 @@ IUSE="" KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" SLOT="0" -RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]" +RDEPEND="dev-python/markdown[${PYTHON_USEDEP}] + !dev-python/cheetah3" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" |