commit: 69875152acd55101bdbb7219a9eb925971a6ebbc Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 08:12:55 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 08:24:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69875152
sys-auth/seatd: fix keywords for new 0.5.0-r1 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> sys-auth/seatd/seatd-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/seatd/seatd-0.5.0-r1.ebuild b/sys-auth/seatd/seatd-0.5.0-r1.ebuild index ea510f9db2a..4e1943599a3 100644 --- a/sys-auth/seatd/seatd-0.5.0-r1.ebuild +++ b/sys-auth/seatd/seatd-0.5.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 ~riscv x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"