Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/selint/
Date: Mon, 31 Jan 2022 19:53:25
Message-Id: 1643658744.13269423e090fe5492b7a24ce0831e5fc5c58c6c.perfinion@gentoo
1 commit: 13269423e090fe5492b7a24ce0831e5fc5c58c6c
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 19:09:38 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 19:52:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13269423
7
8 app-admin/selint: Update live ebuild to eapi8
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 app-admin/selint/selint-9999.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/app-admin/selint/selint-9999.ebuild b/app-admin/selint/selint-9999.ebuild
17 index edf31eb39cb0..db21da9231ac 100644
18 --- a/app-admin/selint/selint-9999.ebuild
19 +++ b/app-admin/selint/selint-9999.ebuild
20 @@ -1,11 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="7"
26 +EAPI="8"
27
28 -inherit toolchain-funcs
29 -
30 -DESCRIPTION="Policy Analysis Tools for SELinux"
31 +DESCRIPTION="Static code analysis of refpolicy style SELinux policy"
32 HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
33
34 if [[ ${PV} == 9999 ]] ; then