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 Jan 2023 23:07:52
Message-Id: 1672614458.5096aac203ab5bc10b991098349f484875d47c21.mattst88@gentoo
1 commit: 5096aac203ab5bc10b991098349f484875d47c21
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 23:05:17 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 23:07:38 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5096aac2
7
8 sys-process/audit: Keyword 3.0.9-r1 alpha
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-process/audit/audit-3.0.9-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-process/audit/audit-3.0.9-r1.ebuild b/sys-process/audit/audit-3.0.9-r1.ebuild
16 index 75d91f0041e8..cd894f28013c 100644
17 --- a/sys-process/audit/audit-3.0.9-r1.ebuild
18 +++ b/sys-process/audit/audit-3.0.9-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -17,7 +17,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz"
26
27 LICENSE="GPL-2+ LGPL-2.1+"
28 SLOT="0"
29 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
31 IUSE="gssapi ldap python static-libs test"
32
33 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"