diff options
author | Brian Evans <grknight@gentoo.org> | 2019-01-14 11:00:55 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-01-14 11:02:55 -0500 |
commit | a47c46ccf86d80bb7650bc028a81cf134b89fb78 (patch) | |
tree | 76378a36a28d4c3889341004c9af797b35364fdf /dev-php/xdebug-client | |
parent | media-libs/libextractor: security cleanup (diff) | |
download | gentoo-a47c46ccf86d80bb7650bc028a81cf134b89fb78.tar.gz gentoo-a47c46ccf86d80bb7650bc028a81cf134b89fb78.tar.bz2 gentoo-a47c46ccf86d80bb7650bc028a81cf134b89fb78.zip |
dev-php/xdebug-client: 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-client')
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild index 6956e42e79f5..3363f47cf067 100644 --- a/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |