diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:27 +0300 |
commit | 8b928c337bc7943026eb5b8b0337e9fe99b42824 (patch) | |
tree | 194c8ccbbcad9f0d47ef7541f5dcfec51c2bb94a /lxqt-base | |
parent | lxqt-base/lxqt-openssh-askpass: Stabilize 2.0.1 arm64, #938702 (diff) | |
download | gentoo-8b928c337bc7943026eb5b8b0337e9fe99b42824.tar.gz gentoo-8b928c337bc7943026eb5b8b0337e9fe99b42824.tar.bz2 gentoo-8b928c337bc7943026eb5b8b0337e9fe99b42824.zip |
lxqt-base/lxqt-sudo: Stabilize 2.0.0 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild index eec9e9751c43..2d41bd58f27e 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.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 LGPL-2.1+" |