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: x11-wm/qtile/
Date: Thu, 16 Mar 2023 18:52:53
Message-Id: 1678992632.b9cb68cac7559e639c676997d07971cdf1a958e1.mgorny@gentoo
1 commit: b9cb68cac7559e639c676997d07971cdf1a958e1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:13 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cb68ca
7
8 x11-wm/qtile: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-wm/qtile/qtile-0.22.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild b/x11-wm/qtile/qtile-0.22.1-r1.ebuild
16 index bad516d47be3..865019a7d76b 100644
17 --- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild
18 +++ b/x11-wm/qtile/qtile-0.22.1-r1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="https://github.com/qtile/qtile.git"
22 else
23 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 + inherit pypi
25 KEYWORDS="~amd64 ~riscv ~x86"
26 fi