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 29407158089 for ; Mon, 30 Oct 2023 07:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E35B2BC036; Mon, 30 Oct 2023 07:58:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4984F2BC036 for ; Mon, 30 Oct 2023 07:58:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93BA6335C52 for ; Mon, 30 Oct 2023 07:58:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28061304 for ; Mon, 30 Oct 2023 07:58:08 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1698652615.ff1c1c7f9f95de9f944bf025d6e7f372a648ccfb.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.28.08.ebuild sci-physics/root/root-6.28.9999.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: ff1c1c7f9f95de9f944bf025d6e7f372a648ccfb X-VCS-Branch: master Date: Mon, 30 Oct 2023 07:58:08 +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: 8b7d4b8d-e5b5-4971-904a-ae2ed641e8ba X-Archives-Hash: 4114ecb7316fcb05a1dc76dafeeedc6d commit: ff1c1c7f9f95de9f944bf025d6e7f372a648ccfb Author: Guilherme Amadio gentoo org> AuthorDate: Mon Oct 30 07:50:18 2023 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Oct 30 07:56:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1c1c7f sci-physics/root: update dependency on dev-libs/vc, bug #916489 Closes: https://bugs.gentoo.org/916489 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.28.08.ebuild | 2 +- sci-physics/root/root-6.28.9999.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/root/root-6.28.08.ebuild b/sci-physics/root/root-6.28.08.ebuild index b932f01df503..55b17a5b6b13 100644 --- a/sci-physics/root/root-6.28.08.ebuild +++ b/sci-physics/root/root-6.28.08.ebuild @@ -119,7 +119,7 @@ CDEPEND=" ') ) uring? ( sys-libs/liburing:= ) - vc? ( dev-libs/vc:= ) + vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) " diff --git a/sci-physics/root/root-6.28.9999.ebuild b/sci-physics/root/root-6.28.9999.ebuild index b932f01df503..55b17a5b6b13 100644 --- a/sci-physics/root/root-6.28.9999.ebuild +++ b/sci-physics/root/root-6.28.9999.ebuild @@ -119,7 +119,7 @@ CDEPEND=" ') ) uring? ( sys-libs/liburing:= ) - vc? ( dev-libs/vc:= ) + vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) " diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index b932f01df503..55b17a5b6b13 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -119,7 +119,7 @@ CDEPEND=" ') ) uring? ( sys-libs/liburing:= ) - vc? ( dev-libs/vc:= ) + vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) "