diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-11-04 17:43:15 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-11-04 17:43:15 +0000 |
commit | b6e4456588cef7109d19fab01a0ff4eead948fac (patch) | |
tree | 8b72161cf2368276bbe2675644ae8742299c8915 /dev-php5 | |
parent | fix USE_PHP placement (diff) | |
download | gentoo-2-b6e4456588cef7109d19fab01a0ff4eead948fac.tar.gz gentoo-2-b6e4456588cef7109d19fab01a0ff4eead948fac.tar.bz2 gentoo-2-b6e4456588cef7109d19fab01a0ff4eead948fac.zip |
fix USE_PHP placement
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/phpdbg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php5/phpdbg/ChangeLog b/dev-php5/phpdbg/ChangeLog index a1cdd8b81ee2..28991ea3f6cc 100644 --- a/dev-php5/phpdbg/ChangeLog +++ b/dev-php5/phpdbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/phpdbg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.13 2010/11/04 17:17:28 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.14 2010/11/04 17:43:15 mabi Exp $ + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> phpdbg-2.15.5-r1.ebuild: + fix USE_PHP placement *phpdbg-2.15.5-r1 (04 Nov 2010) 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}" |