Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/
Date: Wed, 09 May 2018 21:46:44
Message-Id: 1525902390.067d1a6b55fb1cdafd39f5cee7a606eab2db5359.slyfox@gentoo
1 commit: 067d1a6b55fb1cdafd39f5cee7a606eab2db5359
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 21:46:24 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 21:46:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067d1a6b
7
8 sci-visualization/gnuplot: stable 5.2.2 for ia64, bug #655222
9
10 Bug: https://bugs.gentoo.org/655222
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 sci-visualization/gnuplot/gnuplot-5.2.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild
18 index e52d125c9f4..be98c1023e4 100644
19 --- a/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild
20 +++ b/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild
21 @@ -17,11 +17,11 @@ if [[ -z ${PV%%*9999} ]]; then
22 ECVS_CVS_OPTIONS="-dP"
23 MY_P="${PN}"
24 SRC_URI=""
25 - KEYWORDS="amd64 x86"
26 + KEYWORDS="amd64 ia64 x86"
27 else
28 MY_P="${P/_/.}"
29 SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
30 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
31 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
32 fi
33
34 LICENSE="gnuplot bitmap? ( free-noncomm )"