diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:32 +0100 |
commit | b9cb68cac7559e639c676997d07971cdf1a958e1 (patch) | |
tree | dd0508a429cca1f0eb0d0ac2829fecd689005753 /x11-wm | |
parent | x11-misc/safeeyes: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 2 |
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 |