virtual/cargo: remove unnecessary cargo versions

Now that rust has only 1.36, we should also remove cargo 1.34 to 1.35.
This commit is contained in:
Dongsu Park 2020-03-18 11:11:57 +01:00
parent e8b5b8a3ce
commit 74e5f18197
2 changed files with 0 additions and 34 deletions

View File

@ -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}*
)"

View File

@ -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}*
)"