parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit d9c03dfb572faf3bd3ed49c48ac12a4c3fa02b12
parent 217a8617b0d84a16a112c31dd5d31b0d1d23e46a
Author: parazyd <parazyd@dyne.org>
Date:   Fri,  5 Oct 2018 21:11:42 +0200

virtual/rust: Add 1.27.0

Diffstat:
Avirtual/rust/rust-1.27.0.ebuild | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/virtual/rust/rust-1.27.0.ebuild b/virtual/rust/rust-1.27.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Authors +# 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}* )"