diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-12-08 12:03:58 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-12-08 12:05:28 -0800 |
commit | a0ec442ebd5cc04acba4531d55d42cf855e75e78 (patch) | |
tree | c001e2f38b3984d0644e414f50faececcc747f97 /virtual/rust | |
parent | dev-lang/rust-bin: Version bump to 1.31.0 (diff) | |
download | gentoo-a0ec442ebd5cc04acba4531d55d42cf855e75e78.tar.gz gentoo-a0ec442ebd5cc04acba4531d55d42cf855e75e78.tar.bz2 gentoo-a0ec442ebd5cc04acba4531d55d42cf855e75e78.zip |
virtual/rust: Version bump to 1.31.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.31.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.31.0.ebuild b/virtual/rust/rust-1.31.0.ebuild new file mode 100644 index 000000000000..f0642556ce55 --- /dev/null +++ b/virtual/rust/rust-1.31.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}* )" |