diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-14 09:37:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-14 09:37:38 +0300 |
commit | b006844cedf605273e74759277524b17a19e8fe2 (patch) | |
tree | 6e95d1f1dabab80e7241cbec0a5b29ec1f7bc213 /x11-misc | |
parent | media-gfx/lximage-qt: Keyword 2.0.1 x86, #935831 (diff) | |
download | gentoo-b006844cedf605273e74759277524b17a19e8fe2.tar.gz gentoo-b006844cedf605273e74759277524b17a19e8fe2.tar.bz2 gentoo-b006844cedf605273e74759277524b17a19e8fe2.zip |
x11-misc/qps: Keyword 2.9.0 x86, #935831
Signed-off-by: Arthur Zamarin <arthurzam@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 e559eee1fb34..84dfca4350b4 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 ~x86" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0" |