Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/logwatch/
Date: Sun, 21 Apr 2019 02:54:36
Message-Id: 1555815256.614d942891fb27466aa0905b181757dbace61790.blueness@gentoo
1 commit: 614d942891fb27466aa0905b181757dbace61790
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 02:54:16 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 02:54:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614d9428
7
8 sys-apps/logwatch: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-apps/logwatch/logwatch-7.4.3.ebuild | 4 ++--
14 sys-apps/logwatch/logwatch-7.4.3_p20171025.ebuild | 4 ++--
15 sys-apps/logwatch/logwatch-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-apps/logwatch/logwatch-7.4.3.ebuild b/sys-apps/logwatch/logwatch-7.4.3.ebuild
19 index b8dc95af0f5..41273312c4e 100644
20 --- a/sys-apps/logwatch/logwatch-7.4.3.ebuild
21 +++ b/sys-apps/logwatch/logwatch-7.4.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
33 +KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
34 IUSE=""
35
36 DEPEND=""
37
38 diff --git a/sys-apps/logwatch/logwatch-7.4.3_p20171025.ebuild b/sys-apps/logwatch/logwatch-7.4.3_p20171025.ebuild
39 index 2cb75e82997..391f0f2e953 100644
40 --- a/sys-apps/logwatch/logwatch-7.4.3_p20171025.ebuild
41 +++ b/sys-apps/logwatch/logwatch-7.4.3_p20171025.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI="6"
48 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
49 inherit git-r3
50 else
51 SRC_URI="https://sourceforge.net/code-snapshots/git/l/lo/logwatch/git.git/logwatch-git-${MY_COMMIT}.zip -> ${P}.zip"
52 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
53 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
54 fi
55
56 DESCRIPTION="Analyzes and Reports on system logs"
57
58 diff --git a/sys-apps/logwatch/logwatch-9999.ebuild b/sys-apps/logwatch/logwatch-9999.ebuild
59 index 93f1e8caf37..971e5d621f3 100644
60 --- a/sys-apps/logwatch/logwatch-9999.ebuild
61 +++ b/sys-apps/logwatch/logwatch-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI="6"
68 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
69 inherit git-r3
70 else
71 SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz"
72 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
73 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
74 fi
75
76 DESCRIPTION="Analyzes and Reports on system logs"