Diff selint-1.2.0 with a selint-1.2.1

/usr/portage/app-admin/selint/selint-1.2.1.ebuild 2024-07-02 13:51:43.361851442 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI="7"
4
EAPI="8"
5 5

  
6
inherit flag-o-matic toolchain-funcs
6
inherit flag-o-matic
7 7

  
8 8
DESCRIPTION="Static code analysis of refpolicy style SELinux policy"
9 9
HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
Thank you!