diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-03 06:55:01 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-03 06:55:01 +0000 |
commit | 8222ae8ceb1590ae4f595108bb22f8c3363775a2 (patch) | |
tree | 8591aac203bdc6ccfe2941293d7449ba91d04539 /x11-wm/qtile | |
parent | fixup! app-misc/mime-types: keyword ~arm64-macos. (diff) | |
download | gentoo-8222ae8ceb1590ae4f595108bb22f8c3363775a2.tar.gz gentoo-8222ae8ceb1590ae4f595108bb22f8c3363775a2.tar.bz2 gentoo-8222ae8ceb1590ae4f595108bb22f8c3363775a2.zip |
x11-wm/qtile: Stabilize 0.22.1-r1 amd64, #905604
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-wm/qtile')
-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 8f096ebbbaa8..2d15ee4b0836 100644 --- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild +++ b/x11-wm/qtile/qtile-0.22.1-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/qtile/qtile.git" else inherit pypi - KEYWORDS="~amd64 ~riscv ~x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="MIT" |