summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-09 06:37:47 +0000
committerSam James <sam@gentoo.org>2024-11-09 06:37:47 +0000
commitdf36b3660451cc2601b84ea0161919e6c6260c86 (patch)
tree649ccaf89d05d7528a58cef08212544e61156cee /dev-lang/rust-common
parent*/*: update for slotted Rust (diff)
downloadgentoo-df36b3660451cc2601b84ea0161919e6c6260c86.tar.gz
gentoo-df36b3660451cc2601b84ea0161919e6c6260c86.tar.bz2
gentoo-df36b3660451cc2601b84ea0161919e6c6260c86.zip
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@gentoo.org>
Diffstat (limited to 'dev-lang/rust-common')
-rw-r--r--dev-lang/rust-common/rust-common-1.81.0.ebuild10
-rw-r--r--dev-lang/rust-common/rust-common-1.82.0.ebuild10
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() {