commit: 31e553e6286724c6486fcbabe1902d551e1682cc Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Sep 27 16:12:44 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Sep 27 16:19:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e553e6
virtual/cargo: adding virtual for stable cargo-0.26.0 Bug: https://bugs.gentoo.org/646078 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 virtual/cargo/cargo-1.25.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild new file mode 100644 index 00000000000..fbe79d67fdc --- /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* + )"
