From: Pacho Ramos Date: Mon, 24 Jun 2019 07:01:37 +0000 (+0200) Subject: sci-mathematics/octave: imagemagick-7 is needed X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac0126c0d65ef0785c688b0027c4f3cbbc7c7a45;p=gentoo.git sci-mathematics/octave: imagemagick-7 is needed Closes: https://bugs.gentoo.org/660298 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Pacho Ramos --- diff --git a/sci-mathematics/octave/octave-4.4.1.ebuild b/sci-mathematics/octave/octave-4.4.1.ebuild index ac34dd412bb4..56a8b3b9eb35 100644 --- a/sci-mathematics/octave/octave-4.4.1.ebuild +++ b/sci-mathematics/octave/octave-4.4.1.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ) hdf5? ( sci-libs/hdf5:0= ) imagemagick? ( - !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) + !graphicsmagick? ( >=media-gfx/imagemagick-7:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) java? ( >=virtual/jre-1.6.0:* )