diff options
author | 2008-02-04 22:07:46 +0000 | |
---|---|---|
committer | 2008-02-04 22:07:46 +0000 | |
commit | 065e326f6660d351e40fc59511f7cf09d42e77dd (patch) | |
tree | 3dbaf6b9764e64541a69fa6e40d3e95ccd2cccd7 /dev-php5/xdebug/xdebug-2.0.2.ebuild | |
parent | x86 stable, bug #208848 (diff) | |
download | historical-065e326f6660d351e40fc59511f7cf09d42e77dd.tar.gz historical-065e326f6660d351e40fc59511f7cf09d42e77dd.tar.bz2 historical-065e326f6660d351e40fc59511f7cf09d42e77dd.zip |
x86 stable, bug #208848
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'dev-php5/xdebug/xdebug-2.0.2.ebuild')
-rw-r--r-- | dev-php5/xdebug/xdebug-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/xdebug/xdebug-2.0.2.ebuild b/dev-php5/xdebug/xdebug-2.0.2.ebuild index 3056e3451b39..0911cd13d2a7 100644 --- a/dev-php5/xdebug/xdebug-2.0.2.ebuild +++ b/dev-php5/xdebug/xdebug-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.2.ebuild,v 1.2 2008/01/17 12:26:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.2.ebuild,v 1.3 2008/02/04 22:07:46 maekke Exp $ PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="yes" inherit php-ext-source-r1 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |