diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-04-17 10:49:21 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-04-17 10:49:21 +0000 |
commit | c63a3c39833699c9c9b5ed2f786a0a364ef3c184 (patch) | |
tree | e00dfc3cbfc3c065887dca066170f81cbb54fdd4 /dev-php | |
parent | USE=keymap has been added to sys-apps/systemd. (diff) | |
download | gentoo-2-c63a3c39833699c9c9b5ed2f786a0a364ef3c184.tar.gz gentoo-2-c63a3c39833699c9c9b5ed2f786a0a364ef3c184.tar.bz2 gentoo-2-c63a3c39833699c9c9b5ed2f786a0a364ef3c184.zip |
Fix building against newer imagemagick. Bug 466164
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/magickwand/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/magickwand/magickwand-1.0.9.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/magickwand/ChangeLog b/dev-php/magickwand/ChangeLog index f8705766b236..e4b51228e5ed 100644 --- a/dev-php/magickwand/ChangeLog +++ b/dev-php/magickwand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/magickwand # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.3 2013/03/05 10:25:10 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.4 2013/04/17 10:49:21 olemarkus Exp $ + + 17 Apr 2013; Ole Markus With <olemarkus@gentoo.org> magickwand-1.0.9.ebuild: + Fix building against newer imagemagick. Bug 466164 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> -magickwand-1.0.8-r1.ebuild: diff --git a/dev-php/magickwand/magickwand-1.0.9.ebuild b/dev-php/magickwand/magickwand-1.0.9.ebuild index adaa2c9f28a2..bb1c526f6481 100644 --- a/dev-php/magickwand/magickwand-1.0.9.ebuild +++ b/dev-php/magickwand/magickwand-1.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.1 2012/02/02 15:08:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.2 2013/04/17 10:49:21 olemarkus Exp $ EAPI="4" @@ -12,7 +12,7 @@ DOCS="AUTHOR ChangeLog CREDITS README TODO" MY_PN="MagickWandForPHP" IUSE="" -USE_PHP="php5-3 php5-4" +USE_PHP="php5-5 php5-3 php5-4" S="${WORKDIR}/${MY_PN}-${PV}" @@ -20,7 +20,7 @@ inherit php-ext-source-r2 DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API." HOMEPAGE="http://www.magickwand.org/" -SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2" +SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}-2.tar.bz2" LICENSE="MagickWand" SLOT="0" |