diff options
author | 2025-01-31 09:41:16 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:16 +0200 | |
commit | fa8206ce8d75f766bc8adcbcd775445185d5a51c (patch) | |
tree | 6ecc8c667f308d78df1d2044c7f404943e649f83 | |
parent | dev-libs/libqtxdg: Stabilize 4.1.0 arm64, #949084 (diff) | |
download | gentoo-fa8206ce8d75f766bc8adcbcd775445185d5a51c.tar.gz gentoo-fa8206ce8d75f766bc8adcbcd775445185d5a51c.tar.bz2 gentoo-fa8206ce8d75f766bc8adcbcd775445185d5a51c.zip |
dev-util/lxqt-build-tools: Stabilize 2.1.0 arm64, #949084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild index 88e46f3be1c4..0bbb4f6b2112 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,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 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="BSD" |