diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-06-17 16:32:36 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-06-18 17:09:26 -0700 |
commit | 8eb8b66908174a20c0acdbd943a5bfb7da24054a (patch) | |
tree | f2f1a20e9064a738ff18d76c85c999a28f9b5176 /virtual | |
parent | virtual/cargo: drop 1.29.1 (diff) | |
download | gentoo-8eb8b66908174a20c0acdbd943a5bfb7da24054a.tar.gz gentoo-8eb8b66908174a20c0acdbd943a5bfb7da24054a.tar.bz2 gentoo-8eb8b66908174a20c0acdbd943a5bfb7da24054a.zip |
virtual/rust: drop 1.29.1
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.29.1.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.29.1.ebuild b/virtual/rust/rust-1.29.1.ebuild deleted file mode 100644 index f0bd8de3f2a8..000000000000 --- a/virtual/rust/rust-1.29.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 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 x86" - -BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" |