commit: 38dedca6c862ae0784961bbf418d6319eb5cd540 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Feb 5 16:58:43 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Feb 5 17:00:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dedca6
sys-auth/seatd: Keyword 0.6.3 for ~arm The tests pass and it appears to work. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> sys-auth/seatd/seatd-0.6.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/seatd/seatd-0.6.3.ebuild b/sys-auth/seatd/seatd-0.6.3.ebuild index c8a6b71abb97..7a221bdb248a 100644 --- a/sys-auth/seatd/seatd-0.6.3.ebuild +++ b/sys-auth/seatd/seatd-0.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"