summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2018-12-08 12:04:44 -0800
committerPatrick McLean <chutzpah@gentoo.org>2018-12-08 12:05:28 -0800
commitb4c1199e167e44b117a25e8e593e1f00131ca2ab (patch)
tree59803943e307c87a6c91e2e8e6b57a4654f08eff /virtual/cargo
parentvirtual/rust: Version bump to 1.31.0 (diff)
downloadgentoo-b4c1199e167e44b117a25e8e593e1f00131ca2ab.tar.gz
gentoo-b4c1199e167e44b117a25e8e593e1f00131ca2ab.tar.bz2
gentoo-b4c1199e167e44b117a25e8e593e1f00131ca2ab.zip
virtual/cargo: Version bump to 1.31.0
Bug: https://bugs.gentoo.org/672646 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'virtual/cargo')
-rw-r--r--virtual/cargo/cargo-1.31.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/cargo/cargo-1.31.0.ebuild b/virtual/cargo/cargo-1.31.0.ebuild
new file mode 100644
index 000000000000..8d3318f5f697
--- /dev/null
+++ b/virtual/cargo/cargo-1.31.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"