diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-30 14:59:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-30 14:59:47 +0300 |
commit | 45655ce3ddb3369b6244477e00564cf1cce3fe36 (patch) | |
tree | 537802e776ac4d6952e2ca59bc95ba4fcefde44d /sys-auth | |
parent | app-text/scdoc: Stabilize 1.11.1 arm, #835699 (diff) | |
download | gentoo-45655ce3ddb3369b6244477e00564cf1cce3fe36.tar.gz gentoo-45655ce3ddb3369b6244477e00564cf1cce3fe36.tar.bz2 gentoo-45655ce3ddb3369b6244477e00564cf1cce3fe36.zip |
sys-auth/seatd: Stabilize 0.6.4 arm, #835699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-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 7a221bdb248a..b09307b166e7 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" |