From 672b91ec8ec07fb73699be76041f573059327a45 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 11 Nov 2020 12:15:30 -0500 Subject: sys-auth/seatd: add keywords ~arm64 ~ppc64 ~x86 Signed-off-by: Aaron Bauman --- sys-auth/seatd/seatd-0.4.0.ebuild | 2 +- sys-auth/seatd/seatd-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'sys-auth/seatd') diff --git a/sys-auth/seatd/seatd-0.4.0.ebuild b/sys-auth/seatd/seatd-0.4.0.ebuild index 53deb0005335..af30955801c9 100644 --- a/sys-auth/seatd/seatd-0.4.0.ebuild +++ b/sys-auth/seatd/seatd-0.4.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 53deb0005335..9e9664be82a0 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.ebuild @@ -9,10 +9,9 @@ DESCRIPTION="Minimal seat management daemon and universal library" HOMEPAGE="https://sr.ht/~kennylevinsen/seatd" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" -- cgit v1.2.3-65-gdbad