diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 21:48:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 21:48:38 +0000 |
commit | 82baf385a6f9cad72178b95db057133008cd2c9e (patch) | |
tree | 9245b8007975d8e7ced432d7b839a07e01c09aa7 /lxqt-base | |
parent | lxqt-base/lxqt-admin: Stabilize 1.2.0 x86, #886365 (diff) | |
download | gentoo-82baf385a6f9cad72178b95db057133008cd2c9e.tar.gz gentoo-82baf385a6f9cad72178b95db057133008cd2c9e.tar.bz2 gentoo-82baf385a6f9cad72178b95db057133008cd2c9e.zip |
lxqt-base/lxqt-config: Stabilize 1.2.0 x86, #886365
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.2.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.2.0.ebuild index 33cf276250bd..c2936c5a2061 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.2.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-1.2.0.ebuild @@ -15,7 +15,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |