Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/
Date: Tue, 21 Dec 2021 07:19:55
Message-Id: 1640071186.a0b7965afd57761834c3b9eafa74efbbff9f02ac.ago@gentoo
1 commit: a0b7965afd57761834c3b9eafa74efbbff9f02ac
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 07:19:46 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 07:19:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b7965a
7
8 sys-process/audit: amd64 stable wrt bug #829735
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-process/audit/audit-3.0.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-process/audit/audit-3.0.6.ebuild b/sys-process/audit/audit-3.0.6.ebuild
18 index 16d3aaa58cc5..488e4889eba9 100644
19 --- a/sys-process/audit/audit-3.0.6.ebuild
20 +++ b/sys-process/audit/audit-3.0.6.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz"
22
23 LICENSE="GPL-2+ LGPL-2.1+"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
26 +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
27 IUSE="gssapi ldap python static-libs test"
28
29 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"