commit: 73488b60a72981f85fd68e25f1abe8b3eb21536d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 14:12:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 14:12:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73488b60
sys-auth/seatd: Stabilize 0.9.1 ppc64, #947481 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/seatd/seatd-0.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/seatd/seatd-0.9.1.ebuild b/sys-auth/seatd/seatd-0.9.1.ebuild index 1d71f62aae4a..a326d4d5804c 100644 --- a/sys-auth/seatd/seatd-0.9.1.ebuild +++ b/sys-auth/seatd/seatd-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 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="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"