diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 05:36:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 05:36:20 +0000 |
commit | 3840fbc7cf28d5a12e4eb2b46544648a3e8020a9 (patch) | |
tree | 774dc474c9ed8e40e800cc5c848a6c983d29c8fe /lxqt-base/lxqt-config | |
parent | lxqt-base/lxqt-admin: Stabilize 1.1.0 x86, #858218 (diff) | |
download | gentoo-3840fbc7cf28d5a12e4eb2b46544648a3e8020a9.tar.gz gentoo-3840fbc7cf28d5a12e4eb2b46544648a3e8020a9.tar.bz2 gentoo-3840fbc7cf28d5a12e4eb2b46544648a3e8020a9.zip |
lxqt-base/lxqt-config: Stabilize 1.1.0 x86, #858218
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.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.1.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.1.0.ebuild index 927147b83b39..214f38781994 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.1.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-1.1.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" |