commit: 82be75714e1e04726b0112f53ee6203a6068e79b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 16 16:16:37 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 18:50:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82be7571
x11-wm/qtile: Sync the live ebuild Closes: https://github.com/gentoo/gentoo/pull/30152 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-wm/qtile/qtile-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index d995f4b40cbc..4133df21f1c7 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.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
