diff options
author | Brian Evans <grknight@gentoo.org> | 2017-05-31 14:33:53 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-05-31 14:33:53 -0400 |
commit | 8468f4f28398ee466916f98a9d4b6916f0d3f404 (patch) | |
tree | 770daa7e9c03a2912ee06078251c4300ec7928a5 /dev-php/magickwand | |
parent | app-doc/pms: New USE flag that enables two-sided layout. (diff) | |
download | gentoo-8468f4f28398ee466916f98a9d4b6916f0d3f404.tar.gz gentoo-8468f4f28398ee466916f98a9d4b6916f0d3f404.tar.bz2 gentoo-8468f4f28398ee466916f98a9d4b6916f0d3f404.zip |
dev-php/magickwand: Revbump to fix media-gfx/imagemagick max version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-php/magickwand')
-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}" |