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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07FAC15838C for ; Mon, 22 Jan 2024 13:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B3C5E29D9; Mon, 22 Jan 2024 13:53:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2EDFAE29D9 for ; Mon, 22 Jan 2024 13:53:03 +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 5FE6C343233 for ; Mon, 22 Jan 2024 13:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC90313AA for ; Mon, 22 Jan 2024 13:53:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1705931570.0f7c72a134783d69d6a1caa14f981b48f3b7a256.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cppcodec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cppcodec/cppcodec-0.2.ebuild X-VCS-Directories: dev-libs/cppcodec/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0f7c72a134783d69d6a1caa14f981b48f3b7a256 X-VCS-Branch: master Date: Mon, 22 Jan 2024 13:53:00 +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: 15159392-6940-4cc3-aa20-70cc6ec81f50 X-Archives-Hash: 1f4a9995fd94c1e2fe71a5d724106bfc commit: 0f7c72a134783d69d6a1caa14f981b48f3b7a256 Author: David Seifert gentoo org> AuthorDate: Mon Jan 22 13:52:50 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 22 13:52:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7c72a1 dev-libs/cppcodec: restrict catch2 to <3.0.0 Closes: https://bugs.gentoo.org/852131 Signed-off-by: David Seifert gentoo.org> dev-libs/cppcodec/cppcodec-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cppcodec/cppcodec-0.2.ebuild b/dev-libs/cppcodec/cppcodec-0.2.ebuild index c378468fac29..3c62cdcdc8e4 100644 --- a/dev-libs/cppcodec/cppcodec-0.2.ebuild +++ b/dev-libs/cppcodec/cppcodec-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="test? ( >=dev-cpp/catch-2.3.0:0 )" +DEPEND="test? (