diff options
author | Sam James <sam@gentoo.org> | 2022-08-19 00:07:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-19 00:07:50 +0100 |
commit | eff776d4999ae1f4f3e43f61af24c285bb6754b7 (patch) | |
tree | c2da84ca87a74ea03a2915e460b9087470dc4885 /sys-auth | |
parent | sys-auth/seatd: Stabilize 0.7.0 arm, #865715 (diff) | |
download | gentoo-eff776d4999ae1f4f3e43f61af24c285bb6754b7.tar.gz gentoo-eff776d4999ae1f4f3e43f61af24c285bb6754b7.tar.bz2 gentoo-eff776d4999ae1f4f3e43f61af24c285bb6754b7.zip |
sys-auth/seatd: Stabilize 0.7.0 arm64, #865715
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/seatd/seatd-0.7.0.ebuild | 2 |
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 516e41f9c30c..df4b85f2cbdf 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" |