diff options
-rw-r--r-- | dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild index 83206b9d6801..b9809467a52b 100644 --- a/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild @@ -4,12 +4,12 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="enables the changeset evolution feature of Mercurial" HOMEPAGE="https://www.mercurial-scm.org/doc/evolution/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |