mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
bump(virtual/cargo): sync with upstream
This commit is contained in:
parent
7adb2a7015
commit
0748ed4a42
@ -1,7 +1,7 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.30.1* =dev-lang/rust-bin-1.30.1* )
|
||||
SLOT=0
|
||||
_md5_=b218da112ca865e0d09cd6f178b38b94
|
||||
_md5_=d7021052e6541bb87250ec7459cbc55c
|
||||
|
@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.31.0* =dev-lang/rust-bin-1.31.0* )
|
||||
SLOT=0
|
||||
_md5_=b218da112ca865e0d09cd6f178b38b94
|
7
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.31.1
vendored
Normal file
7
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.31.1
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.31.1* =dev-lang/rust-bin-1.31.1* )
|
||||
SLOT=0
|
||||
_md5_=d7021052e6541bb87250ec7459cbc55c
|
7
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.32.0
vendored
Normal file
7
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.32.0
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.32.0* =dev-lang/rust-bin-1.32.0* )
|
||||
SLOT=0
|
||||
_md5_=7d8f8fecda5039fddd85ab8a755d765b
|
@ -9,7 +9,7 @@ SRC_URI=""
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="|| (
|
||||
=dev-lang/rust-${PV}*
|
||||
|
@ -9,7 +9,7 @@ SRC_URI=""
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="|| (
|
||||
=dev-lang/rust-${PV}*
|
17
sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.32.0.ebuild
vendored
Normal file
17
sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.32.0.ebuild
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2019 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 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="|| (
|
||||
=dev-lang/rust-${PV}*
|
||||
=dev-lang/rust-bin-${PV}*
|
||||
)"
|
Loading…
Reference in New Issue
Block a user