diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-10-13 09:30:16 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-10-13 09:30:16 -0400 |
commit | 2781d516d8a8b8158bba75e19d73bc07535ca730 (patch) | |
tree | 4a7c8e3db78e1c3cae194f5168c27e5d73d295d6 /virtual/rust | |
parent | bdecc748349e5e7f3f381cc7eebb395c3199a1b5 (diff) | |
download | gentoo-overlay-2781d516d8a8b8158bba75e19d73bc07535ca730.tar.xz gentoo-overlay-2781d516d8a8b8158bba75e19d73bc07535ca730.zip |
virtual/rust: sync
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.44.1.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild deleted file mode 100644 index 0e6e6e7..0000000 --- a/virtual/rust/rust-1.44.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}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" |