commit:     be52a5f7d1f2a38e99ff9a4ab2279953f12ab02f
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 17:28:12 2025 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 17:28:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be52a5f7

dev-util/lcov: Make tests require dev-perl/JSON

Closes: https://bugs.gentoo.org/922908
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 dev-util/lcov/lcov-2.0-r2.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-util/lcov/lcov-2.0-r2.ebuild b/dev-util/lcov/lcov-2.0-r2.ebuild
index 42e4040bcb47..4f1d674040e2 100644
--- a/dev-util/lcov/lcov-2.0-r2.ebuild
+++ b/dev-util/lcov/lcov-2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,12 +27,7 @@ RDEPEND="
        dev-lang/perl
        dev-perl/Capture-Tiny
        dev-perl/DateTime
-       || (
-               dev-perl/JSON-XS
-               dev-perl/Cpanel-JSON-XS
-               virtual/perl-JSON-PP
-               dev-perl/JSON
-       )
+       dev-perl/JSON
        dev-perl/PerlIO-gzip
 "
 BDEPEND="

Reply via email to