diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-02-05 16:58:43 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-02-05 17:00:20 +0000 |
commit | 38dedca6c862ae0784961bbf418d6319eb5cd540 (patch) | |
tree | 600f3755d582014793a1dbbb1218a443d0759734 /sys-auth | |
parent | dev-python/httpx: Keyword 0.22.0-r1 hppa, #832572 (diff) | |
download | gentoo-38dedca6c862ae0784961bbf418d6319eb5cd540.tar.gz gentoo-38dedca6c862ae0784961bbf418d6319eb5cd540.tar.bz2 gentoo-38dedca6c862ae0784961bbf418d6319eb5cd540.zip |
sys-auth/seatd: Keyword 0.6.3 for ~arm
The tests pass and it appears to work.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/seatd/seatd-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/seatd/seatd-0.6.3.ebuild b/sys-auth/seatd/seatd-0.6.3.ebuild index c8a6b71abb97..7a221bdb248a 100644 --- a/sys-auth/seatd/seatd-0.6.3.ebuild +++ b/sys-auth/seatd/seatd-0.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm arm64 ~ppc64 ~riscv x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" |