commit: 7280c823a2a97977b7a4993686c32156fd3b7461 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 00:47:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 00:47:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7280c823
gui-apps/swaylock: Stabilize 1.8.0 arm64, #948672 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-apps/swaylock/swaylock-1.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/swaylock/swaylock-1.8.0.ebuild b/gui-apps/swaylock/swaylock-1.8.0.ebuild index bb547be7e617..561856812b51 100644 --- a/gui-apps/swaylock/swaylock-1.8.0.ebuild +++ b/gui-apps/swaylock/swaylock-1.8.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/swaywm/${PN}.git" else SRC_URI="https://github.com/swaywm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="MIT"