diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2018-04-11 15:04:48 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-04-11 15:05:01 +0200 |
commit | 98343629769b5d541f3e875820aea023312c4809 (patch) | |
tree | cc285ade9c8aba9fc971d76736da263f351ae28f /virtual | |
parent | dev-util/rust-bin: remove old versions (diff) | |
download | gentoo-98343629769b5d541f3e875820aea023312c4809.tar.gz gentoo-98343629769b5d541f3e875820aea023312c4809.tar.bz2 gentoo-98343629769b5d541f3e875820aea023312c4809.zip |
virtual/rust: version bump to 1.25.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.25.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild new file mode 100644 index 000000000000..26f2a40c5934 --- /dev/null +++ b/virtual/rust/rust-1.25.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Virtual for Rust language compiler" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" |