Diff xdebug-3.1.3 with a xdebug-3.1.5

/usr/portage/dev-php/xdebug/xdebug-3.1.5.ebuild 2023-10-09 14:52:30.244368369 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI="7"
4
EAPI=8
5 5
PHP_EXT_NAME="xdebug"
6 6
PHP_EXT_INI="yes"
7 7
PHP_EXT_ZENDEXT="yes"
......
17 17

  
18 18
inherit php-ext-source-r3
19 19

  
20
KEYWORDS="amd64 ~hppa ~ppc ppc64 x86"
20
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
21 21

  
22 22
DESCRIPTION="A PHP debugging and profiling extension"
23 23
HOMEPAGE="https://xdebug.org/"
......
31 31
# Tests are known to fail
32 32
RESTRICT="test"
33 33

  
34
DEPEND=""
35
RDEPEND="${DEPEND}"
34 36
DOCS=( README.rst CREDITS )
35 37
PHP_EXT_ECONF_ARGS=()
36 38

  
Thank you!