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 C3D3D1382C5 for ; Sun, 29 Nov 2020 08:22:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC33EE0900; Sun, 29 Nov 2020 08:22:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D8DEFE0900 for ; Sun, 29 Nov 2020 08:22:45 +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 E9CEE34153B for ; Sun, 29 Nov 2020 08:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094F447A for ; Sun, 29 Nov 2020 08:22:42 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1606638150.6d29847b8117b051d496e27104c7c17520248a53.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ipcalc/ipcalc-0.42_p2.ebuild X-VCS-Directories: net-misc/ipcalc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6d29847b8117b051d496e27104c7c17520248a53 X-VCS-Branch: master Date: Sun, 29 Nov 2020 08:22:42 +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: f8f54849-0f0f-4209-aefa-0d6df40389d9 X-Archives-Hash: 82dc10505fa4c5e8e8dce61c6e2c5997 commit: 6d29847b8117b051d496e27104c7c17520248a53 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Nov 29 08:22:30 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Nov 29 08:22:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d29847b net-misc/ipcalc: ppc64 stable wrt bug #757210 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> net-misc/ipcalc/ipcalc-0.42_p2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild b/net-misc/ipcalc/ipcalc-0.42_p2.ebuild index 163f5d71233..f1b8b65b328 100644 --- a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild +++ b/net-misc/ipcalc/ipcalc-0.42_p2.ebuild @@ -10,7 +10,7 @@ SRC_URI=" mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}.orig.tar.gz mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p/-}.debian.tar.xz " -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" SLOT="0" RDEPEND=">=dev-lang/perl-5.6.0"