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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1CAE158042 for ; Sat, 9 Nov 2024 06:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43CB6E087B; Sat, 9 Nov 2024 06:42:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CD4AAE087B for ; Sat, 9 Nov 2024 06:42:17 +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 10782335DE9 for ; Sat, 9 Nov 2024 06:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7620F197F for ; Sat, 9 Nov 2024 06:42:15 +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: <1731134267.df36b3660451cc2601b84ea0161919e6c6260c86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust-common/rust-common-1.81.0.ebuild dev-lang/rust-common/rust-common-1.82.0.ebuild X-VCS-Directories: dev-lang/rust-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df36b3660451cc2601b84ea0161919e6c6260c86 X-VCS-Branch: master Date: Sat, 9 Nov 2024 06:42:15 +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: 40eb3836-cb43-4083-92f6-405ae2a016d9 X-Archives-Hash: e52b6b6f80f6ae1deba7dbd0511733a7 commit: df36b3660451cc2601b84ea0161919e6c6260c86 Author: Sam James gentoo org> AuthorDate: Sat Nov 9 06:37:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 9 06:37:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df36b366 dev-lang/rust-common: tweak blockers * Use just :0 to simplify and shorten the blockers. By doing this, we also cover upgrading from older versions than those listed too. * Include dev-lang/rust-bin too. Signed-off-by: Sam James gentoo.org> dev-lang/rust-common/rust-common-1.81.0.ebuild | 10 ++-------- dev-lang/rust-common/rust-common-1.82.0.ebuild | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/dev-lang/rust-common/rust-common-1.81.0.ebuild b/dev-lang/rust-common/rust-common-1.81.0.ebuild index fadef8ec46b5..ae917833b983 100644 --- a/dev-lang/rust-common/rust-common-1.81.0.ebuild +++ b/dev-lang/rust-common/rust-common-1.81.0.ebuild @@ -30,14 +30,8 @@ KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" IUSE="verify-sig" RDEPEND=" - !dev-lang/rust:stable/1.71.1 - !dev-lang/rust:stable/1.74.1 - !dev-lang/rust:stable/1.75.0 - !dev-lang/rust:stable/1.77.1 - !dev-lang/rust:stable/1.79.0 - !dev-lang/rust:stable/1.80.1 - !dev-lang/rust:stable/1.81.0 - !dev-lang/rust:stable/1.82.0 + !dev-lang/rust:stable + !dev-lang/rust-bin:stable " src_configure() { diff --git a/dev-lang/rust-common/rust-common-1.82.0.ebuild b/dev-lang/rust-common/rust-common-1.82.0.ebuild index c1d6b791917f..19197b4537fd 100644 --- a/dev-lang/rust-common/rust-common-1.82.0.ebuild +++ b/dev-lang/rust-common/rust-common-1.82.0.ebuild @@ -31,14 +31,8 @@ IUSE="verify-sig" # Legacy non-slotted versions bash completions will collide. RDEPEND=" - !dev-lang/rust:stable/1.71.1 - !dev-lang/rust:stable/1.74.1 - !dev-lang/rust:stable/1.75.0 - !dev-lang/rust:stable/1.77.1 - !dev-lang/rust:stable/1.79.0 - !dev-lang/rust:stable/1.80.1 - !dev-lang/rust:stable/1.81.0 - !dev-lang/rust:stable/1.82.0 + !dev-lang/rust:stable + !dev-lang/rust-bin:stable " src_configure() {