summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:16:20 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:36 +0100
commite668b009ae3b38a32f708600758473805b58fd33 (patch)
treed369c3b4469f6b4ea66c3950b52a3fe1b4c88050
parentapp-backup/borgbackup: Sync the live ebuild (diff)
downloadgentoo-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>
-rw-r--r--app-portage/elsw/elsw-9999.ebuild2
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