diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-06-08 13:31:32 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-06-08 13:31:32 +0000 |
commit | 95e13ea2962c7fa14f059c9782efb806ab9fe74d (patch) | |
tree | 2227c5e79cc820bee03472587775b2e23f1e2a84 /dev-php5/magickwand | |
parent | Stable on ppc wrt bug 225345 (diff) | |
download | gentoo-2-95e13ea2962c7fa14f059c9782efb806ab9fe74d.tar.gz gentoo-2-95e13ea2962c7fa14f059c9782efb806ab9fe74d.tar.bz2 gentoo-2-95e13ea2962c7fa14f059c9782efb806ab9fe74d.zip |
bump imagemagick dependency to 6.3.9.7, bug 215671
(Portage version: 2.1.5.4)
Diffstat (limited to 'dev-php5/magickwand')
-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}" |