diff options
author | Sam James <sam@gentoo.org> | 2024-06-09 17:24:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-09 17:24:30 +0100 |
commit | 54891aa8c6e989ce200f1de7be56d9eeaefaaa40 (patch) | |
tree | 34b58d8eb5c69afdb05c760c306deb4b9c1d148c /sys-process | |
parent | dev-libs/elfutils: avoid overriding libcxx system header (diff) | |
download | gentoo-54891aa8c6e989ce200f1de7be56d9eeaefaaa40.tar.gz gentoo-54891aa8c6e989ce200f1de7be56d9eeaefaaa40.tar.bz2 gentoo-54891aa8c6e989ce200f1de7be56d9eeaefaaa40.zip |
sys-process/audit: Stabilize 3.1.2 x86, #933874
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/audit-3.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/audit/audit-3.1.2.ebuild b/sys-process/audit/audit-3.1.2.ebuild index a01ceddb51ff..b0bb7d0c69be 100644 --- a/sys-process/audit/audit-3.1.2.ebuild +++ b/sys-process/audit/audit-3.1.2.ebuild @@ -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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="gssapi io-uring ldap python static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |