summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-27 18:12:44 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-27 18:19:16 +0200
commit31e553e6286724c6486fcbabe1902d551e1682cc (patch)
treec61f706e49242c09ea6fbd3641302249023d0dfa /virtual
parentwww-client/firefox: rev bump to force rebuild against updated eclass (diff)
downloadgentoo-31e553e6286724c6486fcbabe1902d551e1682cc.tar.gz
gentoo-31e553e6286724c6486fcbabe1902d551e1682cc.tar.bz2
gentoo-31e553e6286724c6486fcbabe1902d551e1682cc.zip
virtual/cargo: adding virtual for stable cargo-0.26.0
Bug: https://bugs.gentoo.org/646078 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'virtual')
-rw-r--r--virtual/cargo/cargo-1.25.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild
new file mode 100644
index 000000000000..fbe79d67fdc2
--- /dev/null
+++ b/virtual/cargo/cargo-1.25.0.ebuild
@@ -0,0 +1,18 @@
+# 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"
+
+BDEPEND=""
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*[extended]
+ =dev-util/cargo-0.26.0*
+ )"