Diff xdebug-client-2.9.6 with a xdebug-client-2.9.8
/usr/portage/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild 2023-10-09 14:52:30.244368369 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2020 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI="7" |
... | ... | |
9 | 9 |
MY_PV="${PV/_/}" |
10 | 10 |
MY_PV="${MY_PV/rc/RC}" |
11 | 11 | |
12 |
inherit autotools |
|
12 |
inherit autotools toolchain-funcs |
|
13 | 13 | |
14 | 14 |
DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)" |
15 | 15 |
HOMEPAGE="https://xdebug.org/" |
... | ... | |
32 | 32 |
} |
33 | 33 | |
34 | 34 |
src_configure() { |
35 |
tc-export CC LD |
|
35 | 36 |
econf $(use_with libedit) |
36 | 37 |
} |
37 | 38 |