summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pukhlikov <cynede@gentoo.org>2018-06-27 18:10:51 +0400
committerMikhail Pukhlikov <cynede@gentoo.org>2018-06-27 18:12:11 +0400
commit79cdcd1f0a81f5224b79fdda2193c9a9af35d553 (patch)
treedc26127cda5fb87a9a2edea35b395bfb39d8e169 /virtual/rust
parentdev-python/requests-mock: bump to 1.5.0, add docs, pypy{,3} (diff)
downloadgentoo-79cdcd1f0a81f5224b79fdda2193c9a9af35d553.tar.gz
gentoo-79cdcd1f0a81f5224b79fdda2193c9a9af35d553.tar.bz2
gentoo-79cdcd1f0a81f5224b79fdda2193c9a9af35d553.zip
dev-lang/rust: bump to 1.27.0
drop some old versions virtual/rust: bump to 1.27.0 update EAPI to 7
Diffstat (limited to 'virtual/rust')
-rw-r--r--virtual/rust/rust-1.26.1.ebuild15
-rw-r--r--virtual/rust/rust-1.27.0.ebuild (renamed from virtual/rust/rust-1.26.0.ebuild)4
2 files changed, 2 insertions, 17 deletions
diff --git a/virtual/rust/rust-1.26.1.ebuild b/virtual/rust/rust-1.26.1.ebuild
deleted file mode 100644
index 26f2a40c5934..000000000000
--- a/virtual/rust/rust-1.26.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"
diff --git a/virtual/rust/rust-1.26.0.ebuild b/virtual/rust/rust-1.27.0.ebuild
index 26f2a40c5934..fa78c78a3e78 100644
--- a/virtual/rust/rust-1.26.0.ebuild
+++ b/virtual/rust/rust-1.27.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
DESCRIPTION="Virtual for Rust language compiler"
HOMEPAGE=""
@@ -11,5 +11,5 @@ LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-DEPEND=""
+BDEPEND=""
RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"