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 2C8A515808B for ; Fri, 16 Feb 2024 01:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89517E2A0D; Fri, 16 Feb 2024 01:26:08 +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 691E9E2A0B for ; Fri, 16 Feb 2024 01:26:08 +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 D258334301C for ; Fri, 16 Feb 2024 01:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 387B414CA for ; Fri, 16 Feb 2024 01:26:05 +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: <1708046653.f60b1e258508df932c7e4d23de761934cabcef74.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcraft-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild X-VCS-Directories: sys-apps/pkgcraft-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f60b1e258508df932c7e4d23de761934cabcef74 X-VCS-Branch: master Date: Fri, 16 Feb 2024 01:26:05 +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: 2e781d9b-961f-4ed8-8644-069996111bbe X-Archives-Hash: 79309d93db69dbd991fcdc522210f05e commit: f60b1e258508df932c7e4d23de761934cabcef74 Author: Sam James gentoo org> AuthorDate: Fri Feb 16 01:23:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 16 01:24:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60b1e25 sys-apps/pkgcraft-tools: crank min. rust to 1.74 for 9999 See https://github.com/pkgcraft/pkgcraft/commit/a88e93037836ed23bea6c193183ba457659d53e0. Signed-off-by: Sam James gentoo.org> sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild index 1aa8a495d7a2..7f18fbdca06e 100644 --- a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild +++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,7 +33,7 @@ QA_FLAGS_IGNORED="usr/bin/pk" # Clang needed for bindgen BDEPEND=" =virtual/rust-1.71 + >=virtual/rust-1.74 test? ( dev-util/cargo-nextest ) "