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 D5E86158003 for ; Wed, 3 May 2023 08:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05014E08B1; Wed, 3 May 2023 08:59:58 +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 E3B21E08B1 for ; Wed, 3 May 2023 08:59:57 +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 03BE6341620 for ; Wed, 3 May 2023 08:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 783A0A40 for ; Wed, 3 May 2023 08:59:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683104266.6152585391f27dde6ec76710b19d0e625f22a5e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-c/cargo-c-0.9.19.ebuild X-VCS-Directories: dev-util/cargo-c/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6152585391f27dde6ec76710b19d0e625f22a5e6 X-VCS-Branch: master Date: Wed, 3 May 2023 08:59:55 +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: 4e347c0d-f4b0-47f7-9c21-56e6ed2922ca X-Archives-Hash: 4249c3c82f445cfacbfb499b9cb40e41 commit: 6152585391f27dde6ec76710b19d0e625f22a5e6 Author: Sam James gentoo org> AuthorDate: Wed May 3 07:52:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 3 08:57:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61525853 dev-util/cargo-c: update min rust version for 0.9.19 Signed-off-by: Sam James gentoo.org> dev-util/cargo-c/cargo-c-0.9.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo-c/cargo-c-0.9.19.ebuild b/dev-util/cargo-c/cargo-c-0.9.19.ebuild index af2438d95e2f..5e266946a739 100644 --- a/dev-util/cargo-c/cargo-c-0.9.19.ebuild +++ b/dev-util/cargo-c/cargo-c-0.9.19.ebuild @@ -251,7 +251,7 @@ RDEPEND="dev-libs/libgit2:= net-misc/curl[ssl] sys-libs/zlib" DEPEND="${RDEPEND}" -BDEPEND=">=virtual/rust-1.67.0" +BDEPEND=">=virtual/rust-1.69" QA_FLAGS_IGNORED="usr/bin/cargo-capi usr/bin/cargo-cbuild usr/bin/cargo-ctest usr/bin/cargo-cinstall"