diff options
author | Sam James <sam@gentoo.org> | 2023-03-26 19:06:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-26 19:06:05 +0100 |
commit | b739e1a951001fb8aa4afb0a036a5ffc541ba432 (patch) | |
tree | 4994edb6f03bcb23254a14a129bd12d2eae6a4e9 /lxqt-base/lxqt-config | |
parent | dev-util/lxqt-build-tools: Stabilize 0.12.0-r1 arm64, #903123 (diff) | |
download | gentoo-b739e1a951001fb8aa4afb0a036a5ffc541ba432.tar.gz gentoo-b739e1a951001fb8aa4afb0a036a5ffc541ba432.tar.bz2 gentoo-b739e1a951001fb8aa4afb0a036a5ffc541ba432.zip |
lxqt-base/lxqt-config: Stabilize 1.2.0-r1 arm64, #903123
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.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.2.0-r1.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.2.0-r1.ebuild index 06e19a6a2788..86fef3f80448 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.2.0-r1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-1.2.0-r1.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" |