summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:47 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:06 +0100
commit6bb2cd3c472af2eb8f9f8fecd762e1bd11b31451 (patch)
treeeac270287343e1b6657b05184b544ef0e693ca16 /app-portage
parentapp-misc/wildq: Use pypi.eclass (diff)
downloadgentoo-6bb2cd3c472af2eb8f9f8fecd762e1bd11b31451.tar.gz
gentoo-6bb2cd3c472af2eb8f9f8fecd762e1bd11b31451.tar.bz2
gentoo-6bb2cd3c472af2eb8f9f8fecd762e1bd11b31451.zip
app-portage/elsw: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/elsw/elsw-0.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/elsw/elsw-0.0.0-r1.ebuild b/app-portage/elsw/elsw-0.0.0-r1.ebuild
index 1ef0d754ee2d..bf24610ad3e1 100644
--- a/app-portage/elsw/elsw-0.0.0-r1.ebuild
+++ b/app-portage/elsw/elsw-0.0.0-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git"
else
- SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+ inherit pypi
KEYWORDS="~amd64 ~x86"
fi