Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Sat, 05 Feb 2022 17:01:08
Message-Id: 1644080420.38dedca6c862ae0784961bbf418d6319eb5cd540.chewi@gentoo
1 commit: 38dedca6c862ae0784961bbf418d6319eb5cd540
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 16:58:43 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 17:00:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dedca6
7
8 sys-auth/seatd: Keyword 0.6.3 for ~arm
9
10 The tests pass and it appears to work.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 sys-auth/seatd/seatd-0.6.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-auth/seatd/seatd-0.6.3.ebuild b/sys-auth/seatd/seatd-0.6.3.ebuild
18 index c8a6b71abb97..7a221bdb248a 100644
19 --- a/sys-auth/seatd/seatd-0.6.3.ebuild
20 +++ b/sys-auth/seatd/seatd-0.6.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2020-2021 Gentoo Authors
23 +# Copyright 2020-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
28 inherit git-r3
29 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
30 else
31 - KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
32 + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
33 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 fi
35 LICENSE="MIT"