From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEA94138334 for ; Mon, 8 Apr 2019 14:07:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA111E0891; Mon, 8 Apr 2019 14:07:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B09B3E0891 for ; Mon, 8 Apr 2019 14:07:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB9B4335D05 for ; Mon, 8 Apr 2019 14:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67D7B599 for ; Mon, 8 Apr 2019 14:07:36 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1554732423.a846952e30dc45d0d920b98dfae26254b21fd27c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/postfix-logwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild X-VCS-Directories: net-mail/postfix-logwatch/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: a846952e30dc45d0d920b98dfae26254b21fd27c X-VCS-Branch: master Date: Mon, 8 Apr 2019 14:07:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5d9897f-a9e7-4c35-a1a5-a7a937d65b31 X-Archives-Hash: 826f595584abff7afcd8a210371a164c commit: a846952e30dc45d0d920b98dfae26254b21fd27c Author: Michael Orlitzky gentoo org> AuthorDate: Mon Apr 8 14:05:22 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Apr 8 14:07:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a846952e net-mail/postfix-logwatch: maintainer stabilize -r3 on x86/amd64. This package is pure perl, and so would have been marked ALLARCHES. Moreover, it requires a special type of log file (that contains sensitive information) to test. So, I think it's reasonable for me as the maintainer to stabilize it on amd64, and (per ALLARCHES), on x86. Signed-off-by: Michael Orlitzky gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index 1e6cf975500..49ed6220090 100644 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild +++ b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/logreporters/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-lang/perl"