diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-04-17 21:59:01 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-04-17 21:59:01 +0000 |
commit | f840465f934afbb00e6beb9134a5fe546e701345 (patch) | |
tree | 7d1adca3715be77f89450cd90f326b0e5d2cc17e /dev-php5 | |
parent | Autoload interactive functions in sitefile. (diff) | |
download | gentoo-2-f840465f934afbb00e6beb9134a5fe546e701345.tar.gz gentoo-2-f840465f934afbb00e6beb9134a5fe546e701345.tar.bz2 gentoo-2-f840465f934afbb00e6beb9134a5fe546e701345.zip |
Fix typo in PHP_EXT_INI and add explicit RDEPEND.
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/magickwand/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/magickwand/magickwand-1.0.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/magickwand/ChangeLog b/dev-php5/magickwand/ChangeLog index 34cb399636ed..634872d6a718 100644 --- a/dev-php5/magickwand/ChangeLog +++ b/dev-php5/magickwand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/magickwand # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.1 2007/04/17 21:42:40 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.2 2007/04/17 21:59:01 anant Exp $ + + 17 Apr 2007; Anant Narayanan <anant@gentoo.org> magickwand-1.0.4.ebuild: + Fix typo in PHP_EXT_INI and add explicit RDEPEND. *magickwand-1.0.4 (17 Apr 2007) diff --git a/dev-php5/magickwand/magickwand-1.0.4.ebuild b/dev-php5/magickwand/magickwand-1.0.4.ebuild index 4a75040eaf82..20c415ea560e 100644 --- a/dev-php5/magickwand/magickwand-1.0.4.ebuild +++ b/dev-php5/magickwand/magickwand-1.0.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.4.ebuild,v 1.1 2007/04/17 21:42:40 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.4.ebuild,v 1.2 2007/04/17 21:59:01 anant Exp $ PHP_EXT_NAME="magickwand" PHP_EXT_ZENDEXT="no" -PHP_EXT_INI="tes" +PHP_EXT_INI="yes" MY_PN="MagickWandForPHP" @@ -19,6 +19,7 @@ SLOT="0" KEYWORDS="~x86" DEPEND=">=media-gfx/imagemagick-6.3.3" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}-${PV}" |