diff options
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.92.0.ebuild')
| -rw-r--r-- | dev-lang/rust-bin/rust-bin-1.92.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.92.0.ebuild b/dev-lang/rust-bin/rust-bin-1.92.0.ebuild index ca8b61dafbfc..6263ae968e1e 100644 --- a/dev-lang/rust-bin/rust-bin-1.92.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.92.0.ebuild @@ -35,7 +35,7 @@ GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/$ 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 # Keep this separate to allow easy commenting out if not yet built SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-sparc64-unknown-linux-gnu.tar.xz ) " SRC_URI+=" mips? ( |
