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: Fri, 29 Apr 2022 19:21:40
Message-Id: 1651260022.27175632cce0d456f6903006a7f09f66a325ae80.sam@gentoo
1 commit: 27175632cce0d456f6903006a7f09f66a325ae80
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 19:20:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:20:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27175632
7
8 sys-apps/logwatch: Stabilize 7.6 ppc64, #841542
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/logwatch/logwatch-7.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/logwatch/logwatch-7.6.ebuild b/sys-apps/logwatch/logwatch-7.6.ebuild
16 index a584ddddf72e..0c2ef898b212 100644
17 --- a/sys-apps/logwatch/logwatch-7.6.ebuild
18 +++ b/sys-apps/logwatch/logwatch-7.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"