commit: b9cb68cac7559e639c676997d07971cdf1a958e1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:13 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cb68ca
x11-wm/qtile: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-wm/qtile/qtile-0.22.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild
b/x11-wm/qtile/qtile-0.22.1-r1.ebuild
index bad516d47be3..865019a7d76b 100644
--- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.22.1-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/qtile/qtile.git"
else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ inherit pypi
KEYWORDS="~amd64 ~riscv ~x86"
fi