diff options
| author | Sam James <sam@gentoo.org> | 2024-11-09 06:37:47 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-11-09 06:37:47 +0000 |
| commit | df36b3660451cc2601b84ea0161919e6c6260c86 (patch) | |
| tree | 649ccaf89d05d7528a58cef08212544e61156cee /dev-lang/rust-common/rust-common-1.81.0.ebuild | |
| parent | 01ba4dc61965ef7658a24728841c04c9a1ce4871 (diff) | |
| download | gentoo-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/rust-common-1.81.0.ebuild')
| -rw-r--r-- | dev-lang/rust-common/rust-common-1.81.0.ebuild | 10 |
1 files changed, 2 insertions, 8 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() { |
