diff options
-rw-r--r-- | dev-php5/magickwand/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/magickwand/magickwand-1.0.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/magickwand/ChangeLog b/dev-php5/magickwand/ChangeLog index c2dc6110d174..9294763b08b7 100644 --- a/dev-php5/magickwand/ChangeLog +++ b/dev-php5/magickwand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/magickwand # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.6 2008/06/03 03:20:33 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.7 2008/06/08 13:31:32 hoffie Exp $ + + 08 Jun 2008; Christian Hoffmann <hoffie@gentoo.org> + magickwand-1.0.7.ebuild: + bump imagemagick dependency to 6.3.9.7, bug 215671 *magickwand-1.0.7 (03 Jun 2008) diff --git a/dev-php5/magickwand/magickwand-1.0.7.ebuild b/dev-php5/magickwand/magickwand-1.0.7.ebuild index 795b83e17c91..99b469613c06 100644 --- a/dev-php5/magickwand/magickwand-1.0.7.ebuild +++ b/dev-php5/magickwand/magickwand-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.7.ebuild,v 1.1 2008/06/03 03:20:33 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.7.ebuild,v 1.2 2008/06/08 13:31:32 hoffie Exp $ PHP_EXT_NAME="magickwand" PHP_EXT_ZENDEXT="no" @@ -18,7 +18,7 @@ LICENSE="MagickWand" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=">=media-gfx/imagemagick-6.3.5.9" +DEPEND=">=media-gfx/imagemagick-6.3.9.7" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}-${PV}" |