diff options
Diffstat (limited to 'dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild')
-rw-r--r-- | dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild b/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild index d3a36d206b53..f790942bf4fa 100644 --- a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild +++ b/dev-php5/phpdbg/phpdbg-2.15.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/phpdbg/phpdbg-2.15.5-r1.ebuild,v 1.1 2010/11/04 17:17:28 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild,v 1.2 2010/11/04 17:43:15 mabi Exp $ EAPI=3 @@ -8,6 +8,8 @@ PHP_EXT_NAME="dbg" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" +USE_PHP="php5-2" + inherit php-ext-source-r2 KEYWORDS="~amd64 ~x86" @@ -19,8 +21,6 @@ LICENSE="dbgphp" SLOT="0" IUSE="" -USE_PHP="php5-2" - DEPEND="<dev-lang/php-5.3[-threads]" RDEPEND="${DEPEND}" |