From 873a07cbda0e2c4f423d221f16cc716077647a42 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 16 Mar 2023 17:03:33 +0100 Subject: app-admin/ansible: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-admin/ansible/ansible-7.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app-admin') diff --git a/app-admin/ansible/ansible-7.3.0.ebuild b/app-admin/ansible/ansible-7.3.0.ebuild index f5a53bb0b081..b74fccd0afab 100644 --- a/app-admin/ansible/ansible-7.3.0.ebuild +++ b/app-admin/ansible/ansible-7.3.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" -- cgit v1.2.3-65-gdbad