summaryrefslogtreecommitdiff
path: root/virtual/rust/rust-1.51.0.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-04-03 21:26:42 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-04-03 21:26:42 -0400
commitbc4d226582496ec139d1ece133a4bc4ebad7359f (patch)
treea8e810728dbc9757723b72381d46c9585e4a03d7 /virtual/rust/rust-1.51.0.ebuild
parent8829fb30dc230d95eb4519198e38dabe5ae2ec92 (diff)
downloadgentoo-overlay-bc4d226582496ec139d1ece133a4bc4ebad7359f.tar.xz
gentoo-overlay-bc4d226582496ec139d1ece133a4bc4ebad7359f.zip
virtual/rust: bump, update
Diffstat (limited to 'virtual/rust/rust-1.51.0.ebuild')
-rw-r--r--virtual/rust/rust-1.51.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
new file mode 100644
index 0000000..68373d1
--- /dev/null
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -0,0 +1,15 @@
+# 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 ~ppc64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )"