commit: 11f3d82b6cef03fc88f84c5b8d41e190e9f5e4da Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 23 20:05:22 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Aug 23 20:05:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f3d82b
sys-auth/seatd: Stabilize 0.8.0 arm, #912881 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sys-auth/seatd/seatd-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/seatd/seatd-0.8.0.ebuild b/sys-auth/seatd/seatd-0.8.0.ebuild index 511450d33b51..20d4f57c0ad9 100644 --- a/sys-auth/seatd/seatd-0.8.0.ebuild +++ b/sys-auth/seatd/seatd-0.8.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"