Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/plplot/
Date: Mon, 13 Feb 2017 13:18:58
Message-Id: 1486991925.0fc08144e90d401dff10aa03e51a4c657a877206.soap@gentoo
1 commit: 0fc08144e90d401dff10aa03e51a4c657a877206
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 12:56:28 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 13:18:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc08144
7
8 sci-libs/plplot: 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 sci-libs/plplot/plplot-5.11.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/plplot/plplot-5.11.1-r1.ebuild b/sci-libs/plplot/plplot-5.11.1-r1.ebuild
17 index cd01cf6f58..f7735a5fea 100644
18 --- a/sci-libs/plplot/plplot-5.11.1-r1.ebuild
19 +++ b/sci-libs/plplot/plplot-5.11.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
27
28 LICENSE="LGPL-2"
29 SLOT="0/12"
30 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
32 IUSE="cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
33 ocaml octave pdf pdl png python qhull qt4 shapefile svg tcl test
34 threads tk truetype wxwidgets X"