diff options
author | 2021-02-06 20:12:09 -0800 | |
---|---|---|
committer | 2021-02-06 20:12:09 -0800 | |
commit | 4b39bdb04f235ca6dc33e8a18dc13f40d372376e (patch) | |
tree | dd43e32ebe94089da49b93fc263f8aefc4cac31c | |
parent | profiles/targets/desktop/plasma/package.use: media-libs/mlt cleanup (diff) | |
download | gentoo-4b39bdb04f235ca6dc33e8a18dc13f40d372376e.tar.gz gentoo-4b39bdb04f235ca6dc33e8a18dc13f40d372376e.tar.bz2 gentoo-4b39bdb04f235ca6dc33e8a18dc13f40d372376e.zip |
sys-process/audit: stable amd64 x86
Bug: https://bugs.gentoo.org/768258
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r-- | sys-process/audit/audit-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/audit/audit-3.0.ebuild b/sys-process/audit/audit-3.0.ebuild index bc901e6325be..8594890e2470 100644 --- a/sys-process/audit/audit-3.0.ebuild +++ b/sys-process/audit/audit-3.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="gssapi ldap python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |