diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-19 16:39:17 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-19 16:52:50 -0800 |
commit | 568f30d1d57c13eb47acda42ff0abf0e299c919d (patch) | |
tree | ab005f036150ac40c66c447571367b01e4b64b4f /virtual | |
parent | virtual/cargo: bump to 1.40.0 (diff) | |
download | gentoo-568f30d1d57c13eb47acda42ff0abf0e299c919d.tar.gz gentoo-568f30d1d57c13eb47acda42ff0abf0e299c919d.tar.bz2 gentoo-568f30d1d57c13eb47acda42ff0abf0e299c919d.zip |
virtual/rust: drop 1.34.2
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.34.2.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.34.2.ebuild b/virtual/rust/rust-1.34.2.ebuild deleted file mode 100644 index 2294f68c0624..000000000000 --- a/virtual/rust/rust-1.34.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Rust language compiler" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" - -BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" |