diff options
author | 2024-09-01 22:28:11 +0100 | |
---|---|---|
committer | 2024-09-01 22:28:11 +0100 | |
commit | 4f5419cd8c278ace1290640ead5328affc873c54 (patch) | |
tree | 04ee1c9168f40d6e21efd01a24d4373a32342d50 /x11-misc | |
parent | lxqt-base/lxqt-powermanagement: Stabilize 2.0.0 amd64, #938702 (diff) | |
download | gentoo-4f5419cd8c278ace1290640ead5328affc873c54.tar.gz gentoo-4f5419cd8c278ace1290640ead5328affc873c54.tar.bz2 gentoo-4f5419cd8c278ace1290640ead5328affc873c54.zip |
x11-misc/qps: Stabilize 2.9.0 amd64, #938702
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/qps/qps-2.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild index 6307611cdd3e..f6a19ec84193 100644 --- a/x11-misc/qps/qps-2.9.0.ebuild +++ b/x11-misc/qps/qps-2.9.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0" |