diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:03:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:06 +0100 |
commit | 6bb2cd3c472af2eb8f9f8fecd762e1bd11b31451 (patch) | |
tree | eac270287343e1b6657b05184b544ef0e693ca16 /app-portage | |
parent | app-misc/wildq: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 2 |
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 |