diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-05 01:34:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-05 01:34:33 +0100 |
commit | 8bcae5a5a332db9dc28c20b7a5f28337d8335254 (patch) | |
tree | f5e955d5d9283743bda70a7d99a915db594b8a50 /dev-lang/rust-bin/rust-bin-1.86.0.ebuild | |
parent | 74dcbf5a63cafe2678e2a397e1002dd691425200 (diff) |
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.86.0.ebuild')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.86.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.86.0.ebuild b/dev-lang/rust-bin/rust-bin-1.86.0.ebuild index a206a464e115..9f30d1dcc234 100644 --- a/dev-lang/rust-bin/rust-bin-1.86.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.86.0.ebuild @@ -33,7 +33,7 @@ fi DESCRIPTION="Systems programming language from Mozilla" HOMEPAGE="https://www.rust-lang.org/" -if [[ ${PV} != *9999* && ${PV} != *beta* ]] && false ; then +if [[ ${PV} != *9999* && ${PV} != *beta* ]] ; then GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/${PV}" # omit trailing slash MY_P=rust-${PV} # Keep this separate to allow easy commenting out if not yet built |