Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/
Date: Sun, 01 Aug 2021 20:30:49
Message-Id: 1627849830.6ecf62455cc1e6fa59e0ad5f6f7a249596eecf6f.mattst88@gentoo
1 commit: 6ecf62455cc1e6fa59e0ad5f6f7a249596eecf6f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 20:30:10 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 20:30:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecf6245
7
8 sys-process/audit: Keyword 3.0 alpha, #763237
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-process/audit/audit-3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/audit/audit-3.0.ebuild b/sys-process/audit/audit-3.0.ebuild
16 index d63564e38f4..5ffdac1ab82 100644
17 --- a/sys-process/audit/audit-3.0.ebuild
18 +++ b/sys-process/audit/audit-3.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz"
20
21 LICENSE="GPL-2+ LGPL-2.1+"
22 SLOT="0"
23 -KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
24 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
25 IUSE="gssapi ldap python static-libs"
26
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"