summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-19 00:07:22 +0100
committerSam James <sam@gentoo.org>2022-08-19 00:07:22 +0100
commit6318bd86cf1cf08eb0aa840c933d87d62fd4db28 (patch)
tree1ad0a1237963fca74467cba58c5e6b1b6f4122de /sys-auth
parentsys-auth/seatd: Stabilize 0.7.0 amd64, #865715 (diff)
downloadgentoo-6318bd86cf1cf08eb0aa840c933d87d62fd4db28.tar.gz
gentoo-6318bd86cf1cf08eb0aa840c933d87d62fd4db28.tar.bz2
gentoo-6318bd86cf1cf08eb0aa840c933d87d62fd4db28.zip
sys-auth/seatd: Stabilize 0.7.0 x86, #865715
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/seatd/seatd-0.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.7.0.ebuild b/sys-auth/seatd/seatd-0.7.0.ebuild
index c319985ad32f..66cfde31dd7a 100644
--- a/sys-auth/seatd/seatd-0.7.0.ebuild
+++ b/sys-auth/seatd/seatd-0.7.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
else
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"