Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/logwatch/
Date: Thu, 16 Sep 2021 18:56:41
Message-Id: 1631818542.2f2c4481b2978df6f118a545b0a7733eb0457216.sam@gentoo
1 commit: 2f2c4481b2978df6f118a545b0a7733eb0457216
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 18:55:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 18:55:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2c4481
7
8 sys-apps/logwatch: Stabilize 7.5.6 arm64, #813147
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/logwatch/logwatch-7.5.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/logwatch/logwatch-7.5.6.ebuild b/sys-apps/logwatch/logwatch-7.5.6.ebuild
16 index 5cbae52c877..49235fad6c9 100644
17 --- a/sys-apps/logwatch/logwatch-7.5.6.ebuild
18 +++ b/sys-apps/logwatch/logwatch-7.5.6.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz"
23 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 sparc ~x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ppc64 sparc ~x86"
25 fi
26
27 DESCRIPTION="Analyzes and Reports on system logs"