commit: 3c7d2da009735b862210d8d3aa7b9a7cbc969bfe Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Dec 11 17:54:57 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 18:02:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7d2da0
sys-auth/seatd: stable amd64/x86/arm64 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-auth/seatd/seatd-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/seatd/seatd-0.4.0-r1.ebuild b/sys-auth/seatd/seatd-0.4.0-r1.ebuild index ab311a6c598..88d98cef8d3 100644 --- a/sys-auth/seatd/seatd-0.4.0-r1.ebuild +++ b/sys-auth/seatd/seatd-0.4.0-r1.ebuild @@ -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 ~x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"