diff options
author | Brian Evans <grknight@gentoo.org> | 2019-01-14 11:02:03 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-01-14 11:03:00 -0500 |
commit | 3e758e7c0c0395f639b31693c0d5fba2577dac49 (patch) | |
tree | aeb55bd1b8600847e2b721dbcae67865b43fea4d /dev-php/xdebug | |
parent | dev-php/xdebug-client: Stable 2.6.1 for amd64 (diff) | |
download | gentoo-3e758e7c0c0395f639b31693c0d5fba2577dac49.tar.gz gentoo-3e758e7c0c0395f639b31693c0d5fba2577dac49.tar.bz2 gentoo-3e758e7c0c0395f639b31693c0d5fba2577dac49.zip |
dev-php/xdebug: Stable 2.6.1 for amd64
Bug: https://bugs.gentoo.org/675412
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/xdebug-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xdebug/xdebug-2.6.1.ebuild b/dev-php/xdebug/xdebug-2.6.1.ebuild index 6450d9968aa9..6310b4c4c4d0 100644 --- a/dev-php/xdebug/xdebug-2.6.1.ebuild +++ b/dev-php/xdebug/xdebug-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" inherit php-ext-source-r3 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="http://www.xdebug.org/" |