diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-12 22:50:18 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-12 23:41:33 -0700 |
commit | 69d49ec27ae97f0ed9c8c4f453363ce0b2f2e54e (patch) | |
tree | 3df36a3c622c6d48a7931e18a61d94a4e88860f1 /virtual/rust | |
parent | dev-lang/rust: fix bdep on cmake/ninja (diff) | |
download | gentoo-69d49ec27ae97f0ed9c8c4f453363ce0b2f2e54e.tar.gz gentoo-69d49ec27ae97f0ed9c8c4f453363ce0b2f2e54e.tar.bz2 gentoo-69d49ec27ae97f0ed9c8c4f453363ce0b2f2e54e.zip |
virtual/rust: drop 1.41.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.41.0.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.41.0.ebuild b/virtual/rust/rust-1.41.0.ebuild deleted file mode 100644 index 5331d749eed6..000000000000 --- a/virtual/rust/rust-1.41.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 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 ppc64 x86" - -BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )" |