Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/
Date: Mon, 08 Feb 2021 15:08:31
Message-Id: 1612796889.07bc6c3f41d1d18fafd91bf85f706bb9ee9bd8eb.slyfox@gentoo
1 commit: 07bc6c3f41d1d18fafd91bf85f706bb9ee9bd8eb
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Feb 8 14:37:29 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 15:08:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bc6c3f
7
8 sys-process/audit: stable 3.0 for sparc, bug #768258
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-process/audit/audit-3.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-process/audit/audit-3.0.ebuild b/sys-process/audit/audit-3.0.ebuild
19 index e9271cc0f70..3cc65537341 100644
20 --- a/sys-process/audit/audit-3.0.ebuild
21 +++ b/sys-process/audit/audit-3.0.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz"
23
24 LICENSE="GPL-2+ LGPL-2.1+"
25 SLOT="0"
26 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv s390 ~sparc x86"
27 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv s390 sparc x86"
28 IUSE="gssapi ldap python static-libs"
29
30 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"