diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-25 16:34:53 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-25 16:40:08 -0800 |
commit | cbac0ac648b6c2b9b30d80c5322b65b923cc702f (patch) | |
tree | e1dd6220ae68c6f716190249788f38e90869466d /virtual | |
parent | app-eselect/eselect-rust: drop 20200419 (diff) | |
download | gentoo-cbac0ac648b6c2b9b30d80c5322b65b923cc702f.tar.gz gentoo-cbac0ac648b6c2b9b30d80c5322b65b923cc702f.tar.bz2 gentoo-cbac0ac648b6c2b9b30d80c5322b65b923cc702f.zip |
virtual/rust: drop 1.56.0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.56.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/virtual/rust/rust-1.56.0.ebuild b/virtual/rust/rust-1.56.0.ebuild deleted file mode 100644 index f9d87cdb210c..000000000000 --- a/virtual/rust/rust-1.56.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}] -)" |