Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/
Date: Mon, 15 Oct 2018 19:04:05
Message-Id: 1539630230.3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63.grknight@gentoo
1 commit: 3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 19:03:13 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 19:03:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec1e46d
7
8 dev-php/xdebug: Drop 7-3 target erroneously added
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-php/xdebug/xdebug-2.6.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/xdebug/xdebug-2.6.1.ebuild b/dev-php/xdebug/xdebug-2.6.1.ebuild
17 index d25ad627eea..6450d9968aa 100644
18 --- a/dev-php/xdebug/xdebug-2.6.1.ebuild
19 +++ b/dev-php/xdebug/xdebug-2.6.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
27 PHP_EXT_ZENDEXT="yes"
28 PHP_EXT_INIFILE="2.6.0-xdebug.ini"
29
30 -USE_PHP="php7-0 php7-1 php7-2 php7-3"
31 +USE_PHP="php7-0 php7-1 php7-2"
32
33 MY_PV="${PV/_/}"
34 MY_PV="${MY_PV/rc/RC}"