Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/
Date: Mon, 13 Feb 2017 13:18:58
Message-Id: 1486991918.da297b4d80c170df5ff324ead940d0e1ee3a13a7.soap@gentoo
1 commit: da297b4d80c170df5ff324ead940d0e1ee3a13a7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 12:54:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 13:18:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da297b4d
7
8 dev-perl/PDL: Remove ppc from KEYWORDS
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3947
12
13 dev-perl/PDL/PDL-2.4.11.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/PDL/PDL-2.4.11.ebuild b/dev-perl/PDL/PDL-2.4.11.ebuild
17 index 39ae207218..17e6e219d3 100644
18 --- a/dev-perl/PDL/PDL-2.4.11.ebuild
19 +++ b/dev-perl/PDL/PDL-2.4.11.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -13,7 +13,7 @@ DESCRIPTION="Perl Data Language for scientific computing"
27
28 LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"
29 SLOT="0"
30 -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
32 # proj support removed #497328
33 IUSE="+badval doc fftw fortran gd gsl hdf netpbm pdl2 pgplot plplot threads"