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-visualization/pyxplot/
Date: Sat, 11 Feb 2017 19:47:39
Message-Id: 1486842360.d6ce208fe4df470a8e1bc3161a7bb1660722b230.soap@gentoo
1 commit: d6ce208fe4df470a8e1bc3161a7bb1660722b230
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:21:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:46:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ce208f
7
8 sci-visualization/pyxplot: Depend on virtual/imagemagick-tools
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3907
12
13 .../pyxplot/{pyxplot-0.9.2.ebuild => pyxplot-0.9.2-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild
17 similarity index 88%
18 rename from sci-visualization/pyxplot/pyxplot-0.9.2.ebuild
19 rename to sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild
20 index b4cc6cfe54..2360e44164 100644
21 --- a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild
22 +++ b/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -26,7 +26,7 @@ RDEPEND="
30 sci-libs/gsl
31 sci-libs/scipy[${PYTHON_USEDEP}]
32 virtual/latex-base
33 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
34 + virtual/imagemagick-tools"
35 DEPEND="${RDEPEND}
36 virtual/pkgconfig"