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 2A4321382C5 for ; Wed, 20 May 2020 05:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52109E08FC; Wed, 20 May 2020 05:51:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D52AE08FC for ; Wed, 20 May 2020 05:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4B16434E176 for ; Wed, 20 May 2020 05:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2979525A for ; Wed, 20 May 2020 05:51:17 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1589953824.327f24f785f5414fc1faf56b39ec5b1e7cf72aee.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild X-VCS-Directories: dev-perl/Mail-Box/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 327f24f785f5414fc1faf56b39ec5b1e7cf72aee X-VCS-Branch: master Date: Wed, 20 May 2020 05:51:17 +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: 2265c015-a6cf-43e0-94e5-3286316f64f7 X-Archives-Hash: 186099effe5dc2414597ed3d0a10d1b5 commit: 327f24f785f5414fc1faf56b39ec5b1e7cf72aee Author: Georgy Yakovlev gentoo org> AuthorDate: Wed May 20 05:48:59 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed May 20 05:50:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327f24f7 dev-perl/Mail-Box: add ~ppc64 keyword Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild b/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild index 07545f347d9..8edb4eb1433 100644 --- a/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild +++ b/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Mail folder manager and MUA backend" SLOT="0" -KEYWORDS="~alpha amd64 x86" +KEYWORDS="~alpha amd64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"