diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2018-11-14 17:16:07 +0100 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-11-14 17:16:22 +0100 |
commit | 6d788931275ea5eae6231396e53c947dcdc047cd (patch) | |
tree | e24d75f00cf35501f83eb6f1462b910d99c8af61 /virtual/cargo | |
parent | virtual/rust: version bump to 1.30.1 (diff) | |
download | gentoo-6d788931275ea5eae6231396e53c947dcdc047cd.tar.gz gentoo-6d788931275ea5eae6231396e53c947dcdc047cd.tar.bz2 gentoo-6d788931275ea5eae6231396e53c947dcdc047cd.zip |
virtual/cargo: version bump to 1.30.1
Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'virtual/cargo')
-rw-r--r-- | virtual/cargo/cargo-1.30.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/cargo/cargo-1.30.1.ebuild b/virtual/cargo/cargo-1.30.1.ebuild new file mode 100644 index 000000000000..8d3318f5f697 --- /dev/null +++ b/virtual/cargo/cargo-1.30.1.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}* + )" |