diff options
author | 2023-03-17 12:58:21 +0100 | |
---|---|---|
committer | 2023-03-17 16:20:05 +0100 | |
commit | 129707df69f83b90a2a4dd9f2fe591ee5f62041b (patch) | |
tree | 4e76f51119fc89059353224912f0d5d166b44a27 /app-admin | |
parent | xfce-base/xfce4-settings: Remove old (diff) | |
download | gentoo-129707df69f83b90a2a4dd9f2fe591ee5f62041b.tar.gz gentoo-129707df69f83b90a2a4dd9f2fe591ee5f62041b.tar.bz2 gentoo-129707df69f83b90a2a4dd9f2fe591ee5f62041b.zip |
app-admin/ansible-core: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.14.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.14.3.ebuild b/app-admin/ansible-core/ansible-core-2.14.3.ebuild index 84f6bffd432f..e9f5858cfb36 100644 --- a/app-admin/ansible-core/ansible-core-2.14.3.ebuild +++ b/app-admin/ansible-core/ansible-core-2.14.3.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 |