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/amavis-logwatch/
Date: Mon, 08 Apr 2019 14:07:40
Message-Id: 1554732170.87dcacfd4af8dc98c606a5156b70bec626812bc9.mjo@gentoo
1 commit: 87dcacfd4af8dc98c606a5156b70bec626812bc9
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 14:02:50 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 14:02:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87dcacfd
7
8 net-mail/amavis-logwatch: maintainer stabilize -r5 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/amavis-logwatch/amavis-logwatch-1.51.03-r5.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/net-mail/amavis-logwatch/amavis-logwatch-1.51.03-r5.ebuild b/net-mail/amavis-logwatch/amavis-logwatch-1.51.03-r5.ebuild
22 index c7c607e6427..17b9ad2d5af 100644
23 --- a/net-mail/amavis-logwatch/amavis-logwatch-1.51.03-r5.ebuild
24 +++ b/net-mail/amavis-logwatch/amavis-logwatch-1.51.03-r5.ebuild
25 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/logreporters/${P}.tgz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31
32 RDEPEND="dev-lang/perl"