summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-15 09:03:30 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-15 09:03:30 +0000
commit802440df2ba2cacc60e2c8d5fde3580a68ebbeec (patch)
tree0ab0db117091c6745e4258570aa198f4c91e62c9 /dev-php/xdebug
parentmarked ~x86, see bug 532520 (diff)
downloadgentoo-2-802440df2ba2cacc60e2c8d5fde3580a68ebbeec.tar.gz
gentoo-2-802440df2ba2cacc60e2c8d5fde3580a68ebbeec.tar.bz2
gentoo-2-802440df2ba2cacc60e2c8d5fde3580a68ebbeec.zip
Enable php5-6, requested in https://github.com/funtoo/ports-2012/pull/11.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r--dev-php/xdebug/ChangeLog5
-rw-r--r--dev-php/xdebug/xdebug-2.2.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog
index 401d09f63cfd..13ddeb50cb6c 100644
--- a/dev-php/xdebug/ChangeLog
+++ b/dev-php/xdebug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/xdebug
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.67 2015/01/04 04:03:40 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.68 2015/01/15 09:03:30 mgorny Exp $
+
+ 15 Jan 2015; Michał Górny <mgorny@gentoo.org> xdebug-2.2.6.ebuild:
+ Enable php5-6, requested in https://github.com/funtoo/ports-2012/pull/11.
*xdebug-2.2.6 (04 Jan 2015)
diff --git a/dev-php/xdebug/xdebug-2.2.6.ebuild b/dev-php/xdebug/xdebug-2.2.6.ebuild
index 81d342cf74b9..f8cd8912d262 100644
--- a/dev-php/xdebug/xdebug-2.2.6.ebuild
+++ b/dev-php/xdebug/xdebug-2.2.6.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.1 2015/01/04 04:03:40 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.2 2015/01/15 09:03:30 mgorny Exp $
EAPI="5"
PHP_EXT_NAME="xdebug"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="yes"
-USE_PHP="php5-5 php5-4"
+USE_PHP="php5-6 php5-5 php5-4"
MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"