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:55
Message-Id: 1678992642.82be75714e1e04726b0112f53ee6203a6068e79b.mgorny@gentoo
1 commit: 82be75714e1e04726b0112f53ee6203a6068e79b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:16:37 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82be7571
7
8 x11-wm/qtile: Sync the live ebuild
9
10 Closes: https://github.com/gentoo/gentoo/pull/30152
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 x11-wm/qtile/qtile-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild
17 index d995f4b40cbc..4133df21f1c7 100644
18 --- a/x11-wm/qtile/qtile-9999.ebuild
19 +++ b/x11-wm/qtile/qtile-9999.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
21 inherit git-r3
22 EGIT_REPO_URI="https://github.com/qtile/qtile.git"
23 else
24 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
25 + inherit pypi
26 KEYWORDS="~amd64 ~riscv ~x86"
27 fi