summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:04:13 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:32 +0100
commitb9cb68cac7559e639c676997d07971cdf1a958e1 (patch)
treedd0508a429cca1f0eb0d0ac2829fecd689005753 /x11-wm
parentx11-misc/safeeyes: Use pypi.eclass (diff)
downloadgentoo-b9cb68cac7559e639c676997d07971cdf1a958e1.tar.gz
gentoo-b9cb68cac7559e639c676997d07971cdf1a958e1.tar.bz2
gentoo-b9cb68cac7559e639c676997d07971cdf1a958e1.zip
x11-wm/qtile: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/qtile/qtile-0.22.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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