diff options
author | Cédric Krier <cedk@gentoo.org> | 2020-09-06 15:06:33 +0200 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2020-09-06 15:06:33 +0200 |
commit | 3660e1efaf32623d457ce32764d625aba868856a (patch) | |
tree | b46586cc9cd9e9f005bf38445b97edd98059b520 /dev-vcs/mercurial/mercurial-9999.ebuild | |
parent | dev-vcs/mercurial: version bumps (diff) | |
download | gentoo-3660e1efaf32623d457ce32764d625aba868856a.tar.gz gentoo-3660e1efaf32623d457ce32764d625aba868856a.tar.bz2 gentoo-3660e1efaf32623d457ce32764d625aba868856a.zip |
dev-vcs/mercurial: remove python 2.7 support in live
dev-python/docutils has no more support for it.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial/mercurial-9999.ebuild')
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 3be5d10a8454..a008a42e4067 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 elisp-common eutils distutils-r1 mercurial flag-o-matic |