From 8f39f542855544d861a1727d50b68e3cd1cc7640 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 10 Oct 2022 14:11:55 -0400 Subject: [PATCH] rust-bootstrap: move to bootstrap repo --- srcpkgs/rust-bootstrap/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template index 1fe6f1dee75..23f147c9fcb 100644 --- a/srcpkgs/rust-bootstrap/template +++ b/srcpkgs/rust-bootstrap/template @@ -10,6 +10,7 @@ homepage="https://www.rust-lang.org/" conflicts="rust>=0" lib32disabled=yes nostrip=yes +repository=bootstrap if [ "$XBPS_TARGET_LIBC" = "musl" ]; then depends="libexecinfo-devel"