diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-20 08:17:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-20 08:21:58 +0200 |
commit | 3be73f68a2d6c1b4217a624cc5c5b8ee8500c593 (patch) | |
tree | 5bca796662c7c01608cd41d3e87e13addb52076b | |
parent | app-admin/supervisor: Remove old (diff) | |
download | gentoo-3be73f68a2d6c1b4217a624cc5c5b8ee8500c593.tar.gz gentoo-3be73f68a2d6c1b4217a624cc5c5b8ee8500c593.tar.bz2 gentoo-3be73f68a2d6c1b4217a624cc5c5b8ee8500c593.zip |
app-admin/ansible-core: Use pypi.eclass in 2.13.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.13.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.13.9.ebuild b/app-admin/ansible-core/ansible-core-2.13.9.ebuild index ee8d323e90b5..3c7933de840a 100644 --- a/app-admin/ansible-core/ansible-core-2.13.9.ebuild +++ b/app-admin/ansible-core/ansible-core-2.13.9.ebuild @@ -5,6 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_SETUPTOOLS=bdepend +PYPI_NO_NORMALIZE=1 inherit distutils-r1 @@ -16,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/ansible/ansible.git" EGIT_BRANCH="devel" else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + inherit pypi KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" fi |