diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 09:44:05 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 09:44:05 +0100 |
commit | fb6cb22dc1edb8c2dfc5240454f6951188537742 (patch) | |
tree | d981bb8ef8716d05420dbb2da3c3f249a817ea34 /virtual/rust/rust-1.27.0-r1.ebuild | |
parent | f55c8bafd4d3759fa059db29a8acec5cd22d632a (diff) |
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)
Diffstat (limited to 'virtual/rust/rust-1.27.0-r1.ebuild')
-rw-r--r-- | virtual/rust/rust-1.27.0-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
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}* )" |