diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-11-14 19:11:52 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-11-14 19:11:52 +0000 |
commit | 7c2c38a55c7fc541c28b11fc1111b50ad059e34d (patch) | |
tree | b7500faf41c41a5656f8ba043b4939732960da0a /dev-php5/pecl-apc | |
parent | sparc stable wrt #332361 (diff) | |
download | gentoo-2-7c2c38a55c7fc541c28b11fc1111b50ad059e34d.tar.gz gentoo-2-7c2c38a55c7fc541c28b11fc1111b50ad059e34d.tar.bz2 gentoo-2-7c2c38a55c7fc541c28b11fc1111b50ad059e34d.zip |
No need to depend on any specific SAPI. (bug #344709)
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-apc')
-rw-r--r-- | dev-php5/pecl-apc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-php5/pecl-apc/ChangeLog b/dev-php5/pecl-apc/ChangeLog index 65bf4e06b9a8..5c5ab1eed25d 100644 --- a/dev-php5/pecl-apc/ChangeLog +++ b/dev-php5/pecl-apc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-apc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.65 2010/11/04 19:13:10 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.66 2010/11/14 19:11:52 olemarkus Exp $ + + 14 Nov 2010; <olemarkus@gentoo.org> pecl-apc-3.1.5-r1.ebuild: + No need to depend on any specific SAPI. (bug #344709) 04 Nov 2010; Hanno Boeck <hanno@gentoo.org> pecl-apc-3.1.5-r1.ebuild: Change to new format of ini option shm_size (3.1.5-r2 and 3.1.4-r1 were diff --git a/dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild index 1a6892b0c8a8..f1d001212c2b 100644 --- a/dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild +++ b/dev-php5/pecl-apc/pecl-apc-3.1.5-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/pecl-apc/pecl-apc-3.1.5-r1.ebuild,v 1.2 2010/11/04 19:13:10 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.5-r1.ebuild,v 1.3 2010/11/14 19:11:52 olemarkus Exp $ EAPI=2 @@ -19,8 +19,7 @@ LICENSE="PHP-3.01" SLOT="0" IUSE="mmap" -DEPEND="!dev-php5/eaccelerator !dev-php5/xcache - || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] )" +DEPEND="!dev-php5/eaccelerator !dev-php5/xcache" RDEPEND="${DEPEND}" need_php_by_category |