Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/logwatch/
Date: Sun, 25 Sep 2022 06:24:11
Message-Id: 1664087013.a2a5095de6027e95ee63031ccb531c192c876166.ago@gentoo
1 commit: a2a5095de6027e95ee63031ccb531c192c876166
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 06:23:33 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 06:23:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a5095d
7
8 sys-apps/logwatch: Stabilize 7.7 ppc, #872737
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 sys-apps/logwatch/logwatch-7.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/logwatch/logwatch-7.7.ebuild b/sys-apps/logwatch/logwatch-7.7.ebuild
16 index 015724fc03f8..edf668aefc84 100644
17 --- a/sys-apps/logwatch/logwatch-7.7.ebuild
18 +++ b/sys-apps/logwatch/logwatch-7.7.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"