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 4BE04139694 for ; Wed, 15 Mar 2017 14:14:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E924921C080; Wed, 15 Mar 2017 14:14:28 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C997421C080 for ; Wed, 15 Mar 2017 14:14:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC7E5341134 for ; Wed, 15 Mar 2017 14:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CC1B6921 for ; Wed, 15 Mar 2017 14:14:26 +0000 (UTC) From: "Michael Weber" 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 Weber" Message-ID: <1489587220.d04b68d00010a6a3abd1e17a074a3b45ad6c135a.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDL/PDL-2.17.0.ebuild X-VCS-Directories: dev-perl/PDL/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: d04b68d00010a6a3abd1e17a074a3b45ad6c135a X-VCS-Branch: master Date: Wed, 15 Mar 2017 14:14:26 +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-Archives-Salt: f5a28a75-048e-401f-b03f-3455505af27e X-Archives-Hash: 73efbeea6e4c7dd62cab6296a354e2d4 commit: d04b68d00010a6a3abd1e17a074a3b45ad6c135a Author: Michael Weber gentoo org> AuthorDate: Wed Mar 15 14:01:03 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Mar 15 14:13:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04b68d0 dev-perl/PDL: arm ppc stable (bug 599548) Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" dev-perl/PDL/PDL-2.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/PDL/PDL-2.17.0.ebuild b/dev-perl/PDL/PDL-2.17.0.ebuild index 662b31a1a63..c8c51cccf83 100644 --- a/dev-perl/PDL/PDL-2.17.0.ebuild +++ b/dev-perl/PDL/PDL-2.17.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Perl Data Language for scientific computing" LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 arm ppc ~x86" IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads"