commit: fdc3e34fa9fc55cb5f9b70a71bf06dee8765f431
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 06:04:52 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 20 06:21:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc3e34f
app-admin/ansible: Use pypi.eclass in 6.7.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/ansible/ansible-6.7.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 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"