diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:15 +0300 |
commit | 163a16741f4458ca664c8c49d3180bd226f53280 (patch) | |
tree | 76695ded267d1cd064a32967a9b15532810c213c /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 1.0.2 arm64, #938702 (diff) | |
download | gentoo-163a16741f4458ca664c8c49d3180bd226f53280.tar.gz gentoo-163a16741f4458ca664c8c49d3180bd226f53280.tar.bz2 gentoo-163a16741f4458ca664c8c49d3180bd226f53280.zip |
lxqt-base/liblxqt: Stabilize 2.0.0-r1 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild index 1d86ce069ffd..6bd9d64747fd 100644 --- a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild @@ -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 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="LGPL-2.1+ BSD" |