diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-01-31 11:09:38 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-01-31 11:52:24 -0800 |
commit | 13269423e090fe5492b7a24ce0831e5fc5c58c6c (patch) | |
tree | a54684a469dc418ee9acd3877fd52aaa2360211e /app-admin | |
parent | dev-util/bpftrace: Keyword 0.14.1 arm64, #820392 (diff) | |
download | gentoo-13269423e090fe5492b7a24ce0831e5fc5c58c6c.tar.gz gentoo-13269423e090fe5492b7a24ce0831e5fc5c58c6c.tar.bz2 gentoo-13269423e090fe5492b7a24ce0831e5fc5c58c6c.zip |
app-admin/selint: Update live ebuild to eapi8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/selint/selint-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-admin/selint/selint-9999.ebuild b/app-admin/selint/selint-9999.ebuild index edf31eb39cb0..db21da9231ac 100644 --- a/app-admin/selint/selint-9999.ebuild +++ b/app-admin/selint/selint-9999.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -inherit toolchain-funcs - -DESCRIPTION="Policy Analysis Tools for SELinux" +DESCRIPTION="Static code analysis of refpolicy style SELinux policy" HOMEPAGE="https://github.com/TresysTechnology/selint/wiki" if [[ ${PV} == 9999 ]] ; then |