Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/
Date: Sun, 04 Jul 2021 22:19:53
Message-Id: 1625437163.6e29370e3f53dd16426d43296887deb193468528.sam@gentoo
1 commit: 6e29370e3f53dd16426d43296887deb193468528
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 22:19:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 22:19:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e29370e
7
8 app-admin/setools: Stabilize 4.4.0 amd64, #797616
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/setools/setools-4.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/setools/setools-4.4.0.ebuild b/app-admin/setools/setools-4.4.0.ebuild
16 index f6471987e0c..f32a8593093 100644
17 --- a/app-admin/setools/setools-4.4.0.ebuild
18 +++ b/app-admin/setools/setools-4.4.0.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
20 EGIT_REPO_URI="https://github.com/SELinuxProject/setools.git"
21 else
22 SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm64 ~x86"
25 fi
26
27 LICENSE="GPL-2 LGPL-2.1"