Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elsw/
Date: Thu, 16 Mar 2023 18:52:56
Message-Id: 1678992636.e668b009ae3b38a32f708600758473805b58fd33.mgorny@gentoo
1 commit: e668b009ae3b38a32f708600758473805b58fd33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:16:20 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e668b009
7
8 app-portage/elsw: Sync the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/elsw/elsw-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/elsw/elsw-9999.ebuild b/app-portage/elsw/elsw-9999.ebuild
16 index 1ef0d754ee2d..bf24610ad3e1 100644
17 --- a/app-portage/elsw/elsw-9999.ebuild
18 +++ b/app-portage/elsw/elsw-9999.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]] ; then
20 inherit git-r3
21 EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git"
22 else
23 - SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
24 + inherit pypi
25 KEYWORDS="~amd64 ~x86"
26 fi