summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-20 08:04:52 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-20 08:21:56 +0200
commitfdc3e34fa9fc55cb5f9b70a71bf06dee8765f431 (patch)
tree23a62775a457449d8c5e3d20b8b5e30c265c1e25
parentx11-wm/qtile: Remove old (diff)
downloadgentoo-fdc3e34fa9fc55cb5f9b70a71bf06dee8765f431.tar.gz
gentoo-fdc3e34fa9fc55cb5f9b70a71bf06dee8765f431.tar.bz2
gentoo-fdc3e34fa9fc55cb5f9b70a71bf06dee8765f431.zip
app-admin/ansible: Use pypi.eclass in 6.7.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-admin/ansible/ansible-6.7.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-6.7.0.ebuild b/app-admin/ansible/ansible-6.7.0.ebuild
index e86ed09f9862..03564f86b834 100644
--- a/app-admin/ansible/ansible-6.7.0.ebuild
+++ b/app-admin/ansible/ansible-6.7.0.ebuild
@@ -5,11 +5,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Model-driven deployment, config management, and command execution framework"
HOMEPAGE="https://www.ansible.com/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"