diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-12 20:26:56 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-12 20:26:56 -0400 |
commit | 7a50da2d00097628dcc9cbe3e1c982412d51b58d (patch) | |
tree | ab4e7480dc9690e73eb56113e7abb3e3e2650dfb /virtual/rust/rust-1.41.1.ebuild | |
parent | 109e6760b8a3861ad43d4c5f2f210d3a694a6b9a (diff) | |
download | gentoo-overlay-7a50da2d00097628dcc9cbe3e1c982412d51b58d.tar.xz gentoo-overlay-7a50da2d00097628dcc9cbe3e1c982412d51b58d.zip |
virtual/rust: sync
Diffstat (limited to 'virtual/rust/rust-1.41.1.ebuild')
-rw-r--r-- | virtual/rust/rust-1.41.1.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild deleted file mode 100644 index 315e172..0000000 --- a/virtual/rust/rust-1.41.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 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}* =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] )" |