aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-10-11 23:29:21 +0200
committerstefson <herrtimson@yahoo.de>2019-10-11 23:29:21 +0200
commit2e30d95c58599d5e83298adf3f2562f5cd1f1884 (patch)
tree3697902461e78e91b949310e8f8da8bc1f01244b /dev-lang
parentMerge pull request #445 from stefson/cranelift-0.45 (diff)
downloadrust-2e30d95c58599d5e83298adf3f2562f5cd1f1884.tar.gz
rust-2e30d95c58599d5e83298adf3f2562f5cd1f1884.tar.bz2
rust-2e30d95c58599d5e83298adf3f2562f5cd1f1884.zip
dev-lang/rust-bin: fix failure in name resolution for beta and git
try to fix #447
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust-bin/rust-bin-999.ebuild2
-rw-r--r--dev-lang/rust-bin/rust-bin-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/rust-bin/rust-bin-999.ebuild b/dev-lang/rust-bin/rust-bin-999.ebuild
index 6b95ea5..69c73c4 100644
--- a/dev-lang/rust-bin/rust-bin-999.ebuild
+++ b/dev-lang/rust-bin/rust-bin-999.ebuild
@@ -18,6 +18,8 @@ ALL_RUSTLIB_TARGETS=( "${ALL_RUSTLIB_TARGETS[@]/#/rustlib_targets_}" )
LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
SLOT="beta"
KEYWORDS="~amd64 ~arm64 ~x86"
+RESTRICT="network-sandbox"
+
IUSE="clippy cpu_flags_x86_sse2 doc libressl rls rustfmt ${ALL_RUSTLIB_TARGETS[*]}"
CDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
diff --git a/dev-lang/rust-bin/rust-bin-9999.ebuild b/dev-lang/rust-bin/rust-bin-9999.ebuild
index bbb15b4..e66acb1 100644
--- a/dev-lang/rust-bin/rust-bin-9999.ebuild
+++ b/dev-lang/rust-bin/rust-bin-9999.ebuild
@@ -18,6 +18,8 @@ ALL_RUSTLIB_TARGETS=( "${ALL_RUSTLIB_TARGETS[@]/#/rustlib_targets_}" )
LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
SLOT="nightly"
KEYWORDS="~amd64 ~arm64 ~x86"
+RESTRICT="network-sandbox"
+
IUSE="clippy cpu_flags_x86_sse2 doc libressl rls rustfmt ${ALL_RUSTLIB_TARGETS[*]}"
CDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425