diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-07-04 21:48:24 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-07-04 21:48:24 +0000 |
commit | 45a3707b4eee78a2dce324850312d1b9ca37d793 (patch) | |
tree | 978ac411526629491b091780986146c75d7c5460 /dev-php5 | |
parent | Version bump (diff) | |
download | gentoo-2-45a3707b4eee78a2dce324850312d1b9ca37d793.tar.gz gentoo-2-45a3707b4eee78a2dce324850312d1b9ca37d793.tar.bz2 gentoo-2-45a3707b4eee78a2dce324850312d1b9ca37d793.zip |
bug #324829
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/phpdbg/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/phpdbg/phpdbg-2.15.5.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php5/phpdbg/ChangeLog b/dev-php5/phpdbg/ChangeLog index d119df1065b8..85ae4084cbbd 100644 --- a/dev-php5/phpdbg/ChangeLog +++ b/dev-php5/phpdbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/phpdbg -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.11 2007/05/30 15:47:27 chtekk Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.12 2010/07/04 21:48:24 mabi Exp $ + + 04 Jul 2010; Matti Bickel <mabi@gentoo.org> phpdbg-2.15.5.ebuild: + does not build with php-5.3 (bug #324829) 30 May 2007; Luca Longinotti <chtekk@gentoo.org> -phpdbg-2.15.1.ebuild: Remove old version. diff --git a/dev-php5/phpdbg/phpdbg-2.15.5.ebuild b/dev-php5/phpdbg/phpdbg-2.15.5.ebuild index e7e0c9c631c8..bf3125281eba 100644 --- a/dev-php5/phpdbg/phpdbg-2.15.5.ebuild +++ b/dev-php5/phpdbg/phpdbg-2.15.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild,v 1.1 2007/05/28 19:01:46 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild,v 1.2 2010/07/04 21:48:24 mabi Exp $ PHP_EXT_NAME="dbg" PHP_EXT_INI="yes" @@ -17,8 +17,8 @@ LICENSE="dbgphp" SLOT="0" IUSE="" -DEPEND="" -RDEPEND="" +DEPEND="<dev-lang/php-5.3" +RDEPEND="${DEPEND}" S="${WORKDIR}/dbg-${PV}" |