commit: 8468f4f28398ee466916f98a9d4b6916f0d3f404
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 18:33:53 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed May 31 18:33:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8468f4f2
dev-php/magickwand: Revbump to fix media-gfx/imagemagick max version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../{magickwand-1.0.9-r2.ebuild => magickwand-1.0.9-r3.ebuild} | 5 +++--
1 file 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
similarity index 83%
rename from dev-php/magickwand/magickwand-1.0.9-r2.ebuild
rename to dev-php/magickwand/magickwand-1.0.9-r3.ebuild
index d7285fbc36f..a13fe8d248f 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}"