diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-05 01:58:19 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-05 01:59:40 -0700 |
commit | 7e8f40ac2b44009dd7d9a3de076202195b329208 (patch) | |
tree | 6138c9ecd2dc852c7497360a8912fab1892a19f6 /virtual | |
parent | dev-lang/rust: add patch for LibreSSL 3.2.x (diff) | |
download | gentoo-7e8f40ac2b44009dd7d9a3de076202195b329208.tar.gz gentoo-7e8f40ac2b44009dd7d9a3de076202195b329208.tar.bz2 gentoo-7e8f40ac2b44009dd7d9a3de076202195b329208.zip |
virtual/rust: drop 1.43.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.43.0.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.43.0.ebuild b/virtual/rust/rust-1.43.0.ebuild deleted file mode 100644 index c04cb8fc40d2..000000000000 --- a/virtual/rust/rust-1.43.0.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-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}*[${MULTILIB_USEDEP}] )" |