diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-25 19:55:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-25 19:55:45 +0200 |
commit | fe5ba87a96e3e7fa5cc1f38d6df25c74bb027f97 (patch) | |
tree | ab123ec0bcebdef937a6ab6831ecbfeaabb6e051 /sys-auth/seatd | |
parent | profiles: mask net-misc/openssh-8.9_p1 everywhere for now (diff) | |
download | gentoo-fe5ba87a96e3e7fa5cc1f38d6df25c74bb027f97.tar.gz gentoo-fe5ba87a96e3e7fa5cc1f38d6df25c74bb027f97.tar.bz2 gentoo-fe5ba87a96e3e7fa5cc1f38d6df25c74bb027f97.zip |
sys-auth/seatd: Stabilize 0.6.4 amd64, #834032
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth/seatd')
-rw-r--r-- | sys-auth/seatd/seatd-0.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.6.4.ebuild b/sys-auth/seatd/seatd-0.6.4.ebuild index 65af4f6810af..4b50f2867ce2 100644 --- a/sys-auth/seatd/seatd-0.6.4.ebuild +++ b/sys-auth/seatd/seatd-0.6.4.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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" |