diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-03-02 15:44:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-03-02 15:44:20 +0000 |
commit | 68b15df1f54e592e7e25886cb5915269eda677c0 (patch) | |
tree | 2b1201fe502aea1684a652e3f0851ca5e94d1140 /dev-lang | |
parent | Bump to 1.8.0, drop libunistring depend, make logrotate installation uncondit... (diff) | |
download | gentoo-2-68b15df1f54e592e7e25886cb5915269eda677c0.tar.gz gentoo-2-68b15df1f54e592e7e25886cb5915269eda677c0.tar.bz2 gentoo-2-68b15df1f54e592e7e25886cb5915269eda677c0.zip |
Adding runtime dependencies
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.4.0.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index ea92d0a897a4..2e25424ff306 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.567 2012/03/01 21:51:51 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.568 2012/03/02 15:44:20 olemarkus Exp $ + + 02 Mar 2012; Ole Markus With <olemarkus@gentoo.org> + files/eblits/src_configure-v53.eblit, php-5.4.0.ebuild: + Adding runtime dependencies *php-5.4.0 (01 Mar 2012) diff --git a/dev-lang/php/php-5.4.0.ebuild b/dev-lang/php/php-5.4.0.ebuild index 4d669b967db9..6e7dc1c70b29 100644 --- a/dev-lang/php/php-5.4.0.ebuild +++ b/dev-lang/php/php-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0.ebuild,v 1.1 2012/03/01 21:51:51 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0.ebuild,v 1.2 2012/03/02 15:44:20 olemarkus Exp $ EAPI=4 @@ -224,6 +224,8 @@ REQUIRED_USE=" !cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) )" +RDEPEND="${DEPEND}" + [[ -n $SUHOSIN_VERSION ]] && RDEPEND="${RDEPEND} suhosin? ( =${CATEGORY}/${PN}-${SLOT}*[unicode] )" |