commit: c94f0f8774d1f81d09cad43aa986adc9654918c9 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Dec 20 00:50:36 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Dec 20 00:52:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94f0f87
virtual/cargo: drop 1.36.0 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> virtual/cargo/cargo-1.36.0.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/virtual/cargo/cargo-1.36.0.ebuild b/virtual/cargo/cargo-1.36.0.ebuild deleted file mode 100644 index 5e737019292..00000000000 --- a/virtual/cargo/cargo-1.36.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Package manager for Rust" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -RDEPEND="|| ( - =dev-lang/rust-${PV}* - =dev-lang/rust-bin-${PV}* - )"