diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-06 12:30:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-06 12:30:48 +0100 |
commit | 70c93f037e0547361b969b23874b241f53832d6c (patch) | |
tree | a9b2e19737e9d90b90fef3019b95d08d1f6a704e /sys-auth/seatd/seatd-0.6.3.ebuild | |
parent | sci-mathematics/arb: x86 stable wrt bug #828377 (diff) | |
download | gentoo-70c93f037e0547361b969b23874b241f53832d6c.tar.gz gentoo-70c93f037e0547361b969b23874b241f53832d6c.tar.bz2 gentoo-70c93f037e0547361b969b23874b241f53832d6c.zip |
sys-auth/seatd: x86 stable wrt bug #828381
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-auth/seatd/seatd-0.6.3.ebuild')
-rw-r--r-- | sys-auth/seatd/seatd-0.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.6.3.ebuild b/sys-auth/seatd/seatd-0.6.3.ebuild index a0c9c3a2f500..a129b4481ffd 100644 --- a/sys-auth/seatd/seatd-0.6.3.ebuild +++ b/sys-auth/seatd/seatd-0.6.3.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" |