commit: a92c3d49ae749fafe3bb47634cce923bac5ab9ca
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 18:33:53 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 20:10:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92c3d49
dev-php/PEAR-XML_Util: drop empty assignment for pkgcheck
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild
b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild
index 95a459d67af3..793ee68ee726 100644
--- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild
+++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild
@@ -17,7 +17,6 @@ IUSE="examples"
# PCRE is needed for a few calls to preg_replace and preg_match.
RDEPEND="dev-lang/php:*[pcre(+)]"
PDEPEND="dev-php/PEAR-PEAR"
-DEPEND=""
S="${WORKDIR}/${MY_P}"