summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-08-23 23:05:21 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-08-23 23:05:21 +0300
commit34e7bf7202b9669567c6ca2b8cb191e648f0a8db (patch)
tree3f2b7951a1bd7e99c745c8e760f6cae3eda6a933 /sys-auth
parentsys-auth/seatd: Stabilize 0.8.0 x86, #912881 (diff)
downloadgentoo-34e7bf7202b9669567c6ca2b8cb191e648f0a8db.tar.gz
gentoo-34e7bf7202b9669567c6ca2b8cb191e648f0a8db.tar.bz2
gentoo-34e7bf7202b9669567c6ca2b8cb191e648f0a8db.zip
sys-auth/seatd: Stabilize 0.8.0 arm64, #912881
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/seatd/seatd-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.8.0.ebuild b/sys-auth/seatd/seatd-0.8.0.ebuild
index f186115b1469..511450d33b51 100644
--- a/sys-auth/seatd/seatd-0.8.0.ebuild
+++ b/sys-auth/seatd/seatd-0.8.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
else
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+ KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"