diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:16:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:42 +0100 |
commit | 82be75714e1e04726b0112f53ee6203a6068e79b (patch) | |
tree | 161781c9fccf13049d3746cae896df1c92034baa /x11-wm/qtile | |
parent | net-im/poezio: Sync the live ebuild (diff) | |
download | gentoo-82be75714e1e04726b0112f53ee6203a6068e79b.tar.gz gentoo-82be75714e1e04726b0112f53ee6203a6068e79b.tar.bz2 gentoo-82be75714e1e04726b0112f53ee6203a6068e79b.zip |
x11-wm/qtile: Sync the live ebuild
Closes: https://github.com/gentoo/gentoo/pull/30152
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-wm/qtile')
-rw-r--r-- | x11-wm/qtile/qtile-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |