From fb6cb22dc1edb8c2dfc5240454f6951188537742 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Jun 2018 09:44:05 +0100 Subject: virtual/rust : revision bump, downgrade to EAPI=6 (how come dev-lang/rust is EAPI=6 and virtual/rust is EAPI=7 in gentoo is a nice question to ask) --- virtual/rust/rust-1.27.0-r1.ebuild | 15 +++++++++++++++ virtual/rust/rust-1.27.0.ebuild | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 virtual/rust/rust-1.27.0-r1.ebuild delete mode 100644 virtual/rust/rust-1.27.0.ebuild (limited to 'virtual') diff --git a/virtual/rust/rust-1.27.0-r1.ebuild b/virtual/rust/rust-1.27.0-r1.ebuild new file mode 100644 index 00000000..6bd374eb --- /dev/null +++ b/virtual/rust/rust-1.27.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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}* )" diff --git a/virtual/rust/rust-1.27.0.ebuild b/virtual/rust/rust-1.27.0.ebuild deleted file mode 100644 index fa78c78a..00000000 --- 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}* )" -- cgit v1.2.3