diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-10 08:34:34 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-10 08:55:53 -0700 |
commit | cd3e14d222bcab51ad762b4dd542cdcab2379c70 (patch) | |
tree | d7f6e97a92aa4b7fb8f97633e60c8c7115c6810d /virtual/rust | |
parent | virtual/rust: bump to 1.52.1 (diff) | |
download | gentoo-cd3e14d222bcab51ad762b4dd542cdcab2379c70.tar.gz gentoo-cd3e14d222bcab51ad762b4dd542cdcab2379c70.tar.bz2 gentoo-cd3e14d222bcab51ad762b4dd542cdcab2379c70.zip |
virtual/rust: drop 1.52.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.52.0.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.52.0.ebuild b/virtual/rust/rust-1.52.0.ebuild deleted file mode 100644 index 46ed58d9cb01..000000000000 --- a/virtual/rust/rust-1.52.0.ebuild +++ /dev/null @@ -1,15 +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 ~x86" - -BDEPEND="" -RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" |