diff options
author | Sam James <sam@gentoo.org> | 2022-07-26 08:04:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-26 08:04:27 +0100 |
commit | 4b2df2996933a38a5c776fd855f17ea7d6f957c3 (patch) | |
tree | f1d8f2d2bee48ef42bdf73ef611c6ebdd0fe2ffa /lxqt-base | |
parent | lxqt-base/lxqt-admin: Stabilize 1.1.0 arm64, #858218 (diff) | |
download | gentoo-4b2df2996933a38a5c776fd855f17ea7d6f957c3.tar.gz gentoo-4b2df2996933a38a5c776fd855f17ea7d6f957c3.tar.bz2 gentoo-4b2df2996933a38a5c776fd855f17ea7d6f957c3.zip |
lxqt-base/lxqt-config: Stabilize 1.1.0 arm64, #858218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-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 f9de5e4f96d7..e20e88daa5d3 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" |