summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-11 12:15:30 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-11 12:24:10 -0500
commit672b91ec8ec07fb73699be76041f573059327a45 (patch)
treecd46a7f88ba6c18c69ed094707540e1b41dce7f1 /sys-auth
parentsys-auth/elogind: 243.7-r1: interface audit dependency. (diff)
downloadgentoo-672b91ec8ec07fb73699be76041f573059327a45.tar.gz
gentoo-672b91ec8ec07fb73699be76041f573059327a45.tar.bz2
gentoo-672b91ec8ec07fb73699be76041f573059327a45.zip
sys-auth/seatd: add keywords ~arm64 ~ppc64 ~x86
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/seatd/seatd-0.4.0.ebuild2
-rw-r--r--sys-auth/seatd/seatd-9999.ebuild3
2 files changed, 2 insertions, 3 deletions
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"