diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-11 23:26:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-11 23:26:22 +0000 |
commit | fad3a904126eec1bdbdcb0e77ab81f5d7520bbaa (patch) | |
tree | 812d62cdfab5b6d544bc99c27ca71cb3ae15e258 /dev-php5/suhosin | |
parent | QA: ensure that libcrypt is linked in the extension, or it'll abort at runtim... (diff) | |
download | gentoo-2-fad3a904126eec1bdbdcb0e77ab81f5d7520bbaa.tar.gz gentoo-2-fad3a904126eec1bdbdcb0e77ab81f5d7520bbaa.tar.bz2 gentoo-2-fad3a904126eec1bdbdcb0e77ab81f5d7520bbaa.zip |
Make it more EAPI=2 friendly.
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/suhosin')
-rw-r--r-- | dev-php5/suhosin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index 0d9613a2d53c..9bf79bca806e 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/suhosin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.54 2010/10/11 23:23:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.55 2010/10/11 23:26:22 flameeyes Exp $ + + 11 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org> + suhosin-0.9.32.1-r1.ebuild: + Make it more EAPI=2 friendly. *suhosin-0.9.32.1-r1 (11 Oct 2010) diff --git a/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild b/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild index 2c6244da7ee6..b2c39fa47461 100644 --- a/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild +++ b/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild,v 1.1 2010/10/11 23:23:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild,v 1.2 2010/10/11 23:26:22 flameeyes Exp $ EAPI="2" @@ -26,6 +26,9 @@ need_php_by_category src_unpack() { PHP_EXT_SKIP_PHPIZE=yes php-ext-source-r1_src_unpack +} + +src_prepare() { epatch "${FILESDIR}"/${P}-libcrypt.patch php-ext-source-r1_phpize } |