diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-01-05 20:35:32 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-01-05 20:35:32 +0000 |
commit | 4bc39d40141ae505f94af083927fc85d3430f6a2 (patch) | |
tree | 74ec63cd71c54321061f0628ee8bb53f06a21bdb /dev-php5/pecl-enchant | |
parent | Revision bump including and using fixed patch to use system libbfd (bug #3507... (diff) | |
download | gentoo-2-4bc39d40141ae505f94af083927fc85d3430f6a2.tar.gz gentoo-2-4bc39d40141ae505f94af083927fc85d3430f6a2.tar.bz2 gentoo-2-4bc39d40141ae505f94af083927fc85d3430f6a2.zip |
Fixed bug 350741. Thanks to Daniel T.
(Portage version: 2.1.9.28/cvs/Linux i686)
Diffstat (limited to 'dev-php5/pecl-enchant')
-rw-r--r-- | dev-php5/pecl-enchant/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild (renamed from dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-php5/pecl-enchant/ChangeLog b/dev-php5/pecl-enchant/ChangeLog index a8e13afe9787..ee5cf405a83b 100644 --- a/dev-php5/pecl-enchant/ChangeLog +++ b/dev-php5/pecl-enchant/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-enchant -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/ChangeLog,v 1.6 2010/11/04 11:42:55 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/ChangeLog,v 1.7 2011/01/05 20:35:32 olemarkus Exp $ + +*pecl-enchant-1.1.0-r2 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-enchant-1.1.0-r1.ebuild, +pecl-enchant-1.1.0-r2.ebuild: + Fixed bug 350741. Thanks to Daniel T. *pecl-enchant-1.1.0-r1 (04 Nov 2010) diff --git a/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild b/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild index df40d144f232..d4bade594d34 100644 --- a/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild +++ b/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r1.ebuild,v 1.1 2010/11/04 11:42:55 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild,v 1.1 2011/01/05 20:35:32 olemarkus Exp $ EAPI="3" @@ -21,7 +21,7 @@ IUSE="" DEPEND=">=app-text/enchant-1.1.3" RDEPEND="${DEPEND}" -src_compile() { +src_configure() { my_conf="--with-enchant=/usr" - php-ext-pecl-r2_src_compile + php-ext-source-r2_src_configure } |