diff options
author | Sam James <sam@gentoo.org> | 2023-06-30 14:26:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-30 14:26:44 +0100 |
commit | a564e64ee24581ec4f11ed14cb3bef25c41ecbfb (patch) | |
tree | b58426f9a50f64fc46bdc34bbdaf99161d955e2c /dev-php/xdebug | |
parent | dev-php/pecl-dbase: drop blank DEPEND/RDEPEND (diff) | |
download | gentoo-a564e64ee24581ec4f11ed14cb3bef25c41ecbfb.tar.gz gentoo-a564e64ee24581ec4f11ed14cb3bef25c41ecbfb.tar.bz2 gentoo-a564e64ee24581ec4f11ed14cb3bef25c41ecbfb.zip |
dev-php/xdebug: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/xdebug-3.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-3.1.3.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-php/xdebug/xdebug-3.1.1.ebuild b/dev-php/xdebug/xdebug-3.1.1.ebuild index 5e6b98736460..e95336a20b06 100644 --- a/dev-php/xdebug/xdebug-3.1.1.ebuild +++ b/dev-php/xdebug/xdebug-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -31,8 +31,6 @@ IUSE="" # Tests are known to fail RESTRICT="test" -DEPEND="" -RDEPEND="${DEPEND}" DOCS=( README.rst CREDITS ) PHP_EXT_ECONF_ARGS=() diff --git a/dev-php/xdebug/xdebug-3.1.3.ebuild b/dev-php/xdebug/xdebug-3.1.3.ebuild index 43fe02c18eb5..ff751aea430e 100644 --- a/dev-php/xdebug/xdebug-3.1.3.ebuild +++ b/dev-php/xdebug/xdebug-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -31,8 +31,6 @@ IUSE="" # Tests are known to fail RESTRICT="test" -DEPEND="" -RDEPEND="${DEPEND}" DOCS=( README.rst CREDITS ) PHP_EXT_ECONF_ARGS=() |