Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/magickwand/
Date: Wed, 31 May 2017 18:34:09
Message-Id: 1496255633.8468f4f28398ee466916f98a9d4b6916f0d3f404.grknight@gentoo
1 commit: 8468f4f28398ee466916f98a9d4b6916f0d3f404
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 18:33:53 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 18:33:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8468f4f2
7
8 dev-php/magickwand: Revbump to fix media-gfx/imagemagick max version
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../{magickwand-1.0.9-r2.ebuild => magickwand-1.0.9-r3.ebuild} | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/magickwand/magickwand-1.0.9-r2.ebuild b/dev-php/magickwand/magickwand-1.0.9-r3.ebuild
16 similarity index 83%
17 rename from dev-php/magickwand/magickwand-1.0.9-r2.ebuild
18 rename to dev-php/magickwand/magickwand-1.0.9-r3.ebuild
19 index d7285fbc36f..a13fe8d248f 100644
20 --- a/dev-php/magickwand/magickwand-1.0.9-r2.ebuild
21 +++ b/dev-php/magickwand/magickwand-1.0.9-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -25,5 +25,6 @@ LICENSE="MagickWand"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31
32 -DEPEND=">=media-gfx/imagemagick-6.5.2.9"
33 +DEPEND=">=media-gfx/imagemagick-6.5.2.9
34 + <media-gfx/imagemagick-7.0"
35 RDEPEND="${DEPEND}"