Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Sun, 13 Jun 2021 11:12:10
Message-Id: 1623582529.5a4bb29ab78b444bf2e59af9f7b71428bd68efc6.sam@gentoo
1 commit: 5a4bb29ab78b444bf2e59af9f7b71428bd68efc6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 11:08:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 11:08:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4bb29a
7
8 sys-auth/seatd: Stabilize 0.5.0 amd64, #795723
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-auth/seatd/seatd-0.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/seatd/seatd-0.5.0.ebuild b/sys-auth/seatd/seatd-0.5.0.ebuild
16 index 0457197efb2..399ae87423b 100644
17 --- a/sys-auth/seatd/seatd-0.5.0.ebuild
18 +++ b/sys-auth/seatd/seatd-0.5.0.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 ~arm64 ~ppc64 x86"
24 + KEYWORDS="amd64 ~arm64 ~ppc64 x86"
25 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 fi
27 LICENSE="MIT"