Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Fri, 25 Feb 2022 17:56:06
Message-Id: 1645811745.fe5ba87a96e3e7fa5cc1f38d6df25c74bb027f97.arthurzam@gentoo
1 commit: fe5ba87a96e3e7fa5cc1f38d6df25c74bb027f97
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 17:55:45 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 17:55:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5ba87a
7
8 sys-auth/seatd: Stabilize 0.6.4 amd64, #834032
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-auth/seatd/seatd-0.6.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/seatd/seatd-0.6.4.ebuild b/sys-auth/seatd/seatd-0.6.4.ebuild
16 index 65af4f6810af..4b50f2867ce2 100644
17 --- a/sys-auth/seatd/seatd-0.6.4.ebuild
18 +++ b/sys-auth/seatd/seatd-0.6.4.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
22 else
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
25 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 fi
27 LICENSE="MIT"