aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcnd <cynede@gentoo.org>2019-10-12 16:53:11 +0400
committerGitHub <noreply@github.com>2019-10-12 16:53:11 +0400
commitdca01e7c56164098ab45a9f2ef02ddcfb4af0b28 (patch)
tree3697902461e78e91b949310e8f8da8bc1f01244b
parentMerge pull request #445 from stefson/cranelift-0.45 (diff)
parentdev-lang/rust-bin: fix failure in name resolution for beta and git (diff)
downloadrust-dca01e7c56164098ab45a9f2ef02ddcfb4af0b28.tar.gz
rust-dca01e7c56164098ab45a9f2ef02ddcfb4af0b28.tar.bz2
rust-dca01e7c56164098ab45a9f2ef02ddcfb4af0b28.zip
Merge pull request #449 from stefson/fix-447
dev-lang/rust-bin: fix failure in name resolution for beta and git
-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