Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/postfix-logwatch/
Date: Mon, 08 Apr 2019 14:07:40
Message-Id: 1554732423.a846952e30dc45d0d920b98dfae26254b21fd27c.mjo@gentoo
1 commit: a846952e30dc45d0d920b98dfae26254b21fd27c
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 14:05:22 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 14:07:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a846952e
7
8 net-mail/postfix-logwatch: maintainer stabilize -r3 on x86/amd64.
9
10 This package is pure perl, and so would have been marked ALLARCHES.
11 Moreover, it requires a special type of log file (that contains
12 sensitive information) to test. So, I think it's reasonable for me as
13 the maintainer to stabilize it on amd64, and (per ALLARCHES), on x86.
14
15 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
16 Package-Manager: Portage-2.3.62, Repoman-2.3.11
17
18 net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild
22 index 1e6cf975500..49ed6220090 100644
23 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild
24 +++ b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Authors
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/logreporters/${P}.tgz"
32
33 LICENSE="MIT"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="amd64 x86"
37
38 RDEPEND="dev-lang/perl"