summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-21 12:41:00 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-21 14:02:37 -0700
commitd43207a6648aba29c5406f71efceeb317542f810 (patch)
tree12b6d6935dddf5ed847f96ac1d2d3dd35a82f091 /virtual/rust
parentdev-lang/rust-bin: add 1.56.0 (diff)
downloadgentoo-d43207a6648aba29c5406f71efceeb317542f810.tar.gz
gentoo-d43207a6648aba29c5406f71efceeb317542f810.tar.bz2
gentoo-d43207a6648aba29c5406f71efceeb317542f810.zip
virtual/rust: add 1.56.0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r--virtual/rust/rust-1.56.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.56.0.ebuild b/virtual/rust/rust-1.56.0.ebuild
new file mode 100644
index 000000000000..f9d87cdb210c
--- /dev/null
+++ b/virtual/rust/rust-1.56.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for Rust language compiler"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+ ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+ ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"