From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BF3515812D for ; Mon, 06 Jan 2025 17:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1C17E07C5; Mon, 06 Jan 2025 17:32:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 435DDE07C5 for ; Mon, 06 Jan 2025 17:32:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A2B633FDEE for ; Mon, 06 Jan 2025 17:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 915C6AF3 for ; Mon, 06 Jan 2025 17:32:29 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1736184492.be52a5f7d1f2a38e99ff9a4ab2279953f12ab02f.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lcov/lcov-2.0-r2.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: be52a5f7d1f2a38e99ff9a4ab2279953f12ab02f X-VCS-Branch: master Date: Mon, 06 Jan 2025 17:32:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d62825a-4f43-448e-adef-0b51d016f91e X-Archives-Hash: 2392ac63b849e070fe90bb21b7acd305 commit: be52a5f7d1f2a38e99ff9a4ab2279953f12ab02f Author: Sebastian Pipping gentoo org> AuthorDate: Mon Jan 6 17:28:12 2025 +0000 Commit: Sebastian Pipping gentoo 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 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="