sys-process/audit: Sync with Gentoo

It's from Gentoo commit c9de5113f261c6fe667296f5e3cac870a77724b5.
This commit is contained in:
Flatcar Buildbot 2025-01-13 07:10:57 +00:00 committed by Krzesimir Nowak
parent 792a32d96f
commit b29c092805
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="gssapi io-uring ldap python static-libs test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

View File

@ -9,7 +9,6 @@
</maintainer>
<use>
<flag name="gssapi">Enable GSSAPI support</flag>
<flag name="io-uring">Enable support for io-uring. Doesn't need the library but needs at least kernel 5.1.</flag>
</use>
<upstream>
<remote-id type="github">linux-audit/audit-userspace</remote-id>