diff options
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 |