commit: df36b3660451cc2601b84ea0161919e6c6260c86
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 06:37:47 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {