diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:46:00 +0100 |
commit | d6ce208fe4df470a8e1bc3161a7bb1660722b230 (patch) | |
tree | 937f018ea7581ba7814036fc1f9569bb56128920 /sci-visualization/pyxplot | |
parent | sci-visualization/opendx: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-d6ce208fe4df470a8e1bc3161a7bb1660722b230.tar.gz gentoo-d6ce208fe4df470a8e1bc3161a7bb1660722b230.tar.bz2 gentoo-d6ce208fe4df470a8e1bc3161a7bb1660722b230.zip |
sci-visualization/pyxplot: Depend on virtual/imagemagick-tools
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
Diffstat (limited to 'sci-visualization/pyxplot')
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild (renamed from sci-visualization/pyxplot/pyxplot-0.9.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild index b4cc6cfe54a8..2360e4416446 100644 --- a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild +++ b/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,7 @@ RDEPEND=" sci-libs/gsl sci-libs/scipy[${PYTHON_USEDEP}] virtual/latex-base - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" + virtual/imagemagick-tools" DEPEND="${RDEPEND} virtual/pkgconfig" |