diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:16:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:36 +0100 |
commit | e668b009ae3b38a32f708600758473805b58fd33 (patch) | |
tree | d369c3b4469f6b4ea66c3950b52a3fe1b4c88050 /app-portage/elsw | |
parent | app-backup/borgbackup: Sync the live ebuild (diff) | |
download | gentoo-e668b009ae3b38a32f708600758473805b58fd33.tar.gz gentoo-e668b009ae3b38a32f708600758473805b58fd33.tar.bz2 gentoo-e668b009ae3b38a32f708600758473805b58fd33.zip |
app-portage/elsw: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/elsw')
-rw-r--r-- | app-portage/elsw/elsw-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/elsw/elsw-9999.ebuild b/app-portage/elsw/elsw-9999.ebuild index 1ef0d754ee2d..bf24610ad3e1 100644 --- a/app-portage/elsw/elsw-9999.ebuild +++ b/app-portage/elsw/elsw-9999.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 |