diff options
author | 2022-05-24 14:50:10 +0200 | |
---|---|---|
committer | 2022-05-26 02:07:38 +0100 | |
commit | 4523d04b670fea2589989dbb1c8cc8ccbd02c87c (patch) | |
tree | a2697459746e533bbf0d74323ee29d01bf69925f /sys-auth/seatd/seatd-9999.ebuild | |
parent | net-misc/pssh: bump PYTHON_COMPAT to 3.10 (diff) | |
download | gentoo-4523d04b670fea2589989dbb1c8cc8ccbd02c87c.tar.gz gentoo-4523d04b670fea2589989dbb1c8cc8ccbd02c87c.tar.bz2 gentoo-4523d04b670fea2589989dbb1c8cc8ccbd02c87c.zip |
sys-auth/seatd: Version bump, 0.7.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/25621
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/seatd/seatd-9999.ebuild')
-rw-r--r-- | sys-auth/seatd/seatd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 47d46e2a3ab2..0e20322a39a4 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~amd64 ~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" |