diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2018-07-14 16:22:10 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-07-14 16:22:10 +0200 |
commit | 60fe40bed7f365e59a3ada7c9c719cc6d497b09d (patch) | |
tree | 65009a4ea0e5e5de5752830468370bdbfe8fd107 /virtual | |
parent | app-admin/rsyslog: Allow building without ssl USE flag (diff) | |
download | gentoo-60fe40bed7f365e59a3ada7c9c719cc6d497b09d.tar.gz gentoo-60fe40bed7f365e59a3ada7c9c719cc6d497b09d.tar.bz2 gentoo-60fe40bed7f365e59a3ada7c9c719cc6d497b09d.zip |
virtual/rust: remove 1.27.0 ebuild
dev-lang/rust-1.27.0 was removed, causing dependency chain breakage.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.27.0.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/rust/rust-1.27.0.ebuild b/virtual/rust/rust-1.27.0.ebuild deleted file mode 100644 index fa78c78a3e78..000000000000 --- a/virtual/rust/rust-1.27.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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}* )" |