diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/magickwand/magickwand-1.0.9-r3.ebuild (renamed from dev-php/magickwand/magickwand-1.0.9-r2.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-php/magickwand/magickwand-1.0.9-r2.ebuild b/dev-php/magickwand/magickwand-1.0.9-r3.ebuild index d7285fbc36fa..a13fe8d248fa 100644 --- a/dev-php/magickwand/magickwand-1.0.9-r2.ebuild +++ b/dev-php/magickwand/magickwand-1.0.9-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,5 +25,6 @@ LICENSE="MagickWand" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=">=media-gfx/imagemagick-6.5.2.9" +DEPEND=">=media-gfx/imagemagick-6.5.2.9 + <media-gfx/imagemagick-7.0" RDEPEND="${DEPEND}" |