diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:11:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:11:35 +0000 |
commit | 6f3d63ca84e2a674cf2b9f8c136a9e56afaea721 (patch) | |
tree | 79b2894f408d560c6d3178f2d232233fa99b65a7 /lxqt-base | |
parent | lxqt-base/lxqt-notificationd: Stabilize 1.4.0 arm64, #920175 (diff) | |
download | gentoo-6f3d63ca84e2a674cf2b9f8c136a9e56afaea721.tar.gz gentoo-6f3d63ca84e2a674cf2b9f8c136a9e56afaea721.tar.bz2 gentoo-6f3d63ca84e2a674cf2b9f8c136a9e56afaea721.zip |
lxqt-base/lxqt-openssh-askpass: Stabilize 1.4.0 arm64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-1.4.0.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-1.4.0.ebuild index cbf72a2bc2e4..e1beaea0e7d7 100644 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-1.4.0.ebuild +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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="LGPL-2.1 LGPL-2.1+" |