diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:15:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:16:44 +0100 |
commit | a997dddcef1302a9cdcce24ccdd8674c8e800d65 (patch) | |
tree | 23d0abb13719e5ca20f330adc55b71c6a04a0aeb /lxqt-base/lxqt-config | |
parent | lxqt-base/lxqt-admin: Stabilize 1.0.0 x86, #831448 (diff) | |
download | gentoo-a997dddcef1302a9cdcce24ccdd8674c8e800d65.tar.gz gentoo-a997dddcef1302a9cdcce24ccdd8674c8e800d65.tar.bz2 gentoo-a997dddcef1302a9cdcce24ccdd8674c8e800d65.zip |
lxqt-base/lxqt-config: Stabilize 1.0.0 x86, #831448
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-config')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild index 2bd26e077de7..57c6871cf044 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-1.0.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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |