Created attachment 305797 [details] experimental ebuild ebuild for xdebug 2.2.0 rc1 which introduses support for php 5.4
Created attachment 305801 [details] better ebuild thanks for the correction to the php team
Comment on attachment 305801 [details] better ebuild --- xdebug-2.1.4.ebuild 2012-03-13 14:20:26.000000000 +0100 +++ - 2012-03-20 15:15:00.028297590 +0100 @@ -5,9 +5,9 @@ PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="yes" +USE_PHP="php5-4 php5-3" EAPI="2" -inherit php-ext-source-r2 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" @@ -23,6 +23,8 @@ S="${WORKDIR}/${PN}-${MY_PV}" +inherit php-ext-source-r2 + DEPEND="!dev-php/ZendOptimizer" RDEPEND="${DEPEND} ~dev-php/xdebug-client-${PV}"
We won't support xdebug 2.2 before either we plan stabilising 5.4 or it is marked stable upstream.