diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-03 21:26:42 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-03 21:26:42 -0400 |
commit | bc4d226582496ec139d1ece133a4bc4ebad7359f (patch) | |
tree | a8e810728dbc9757723b72381d46c9585e4a03d7 | |
parent | 8829fb30dc230d95eb4519198e38dabe5ae2ec92 (diff) | |
download | gentoo-overlay-bc4d226582496ec139d1ece133a4bc4ebad7359f.tar.xz gentoo-overlay-bc4d226582496ec139d1ece133a4bc4ebad7359f.zip |
virtual/rust: bump, update
-rw-r--r-- | virtual/rust/rust-1.46.0.ebuild | 2 | ||||
-rw-r--r-- | virtual/rust/rust-1.48.0.ebuild | 2 | ||||
-rw-r--r-- | virtual/rust/rust-1.51.0.ebuild | 15 |
3 files changed, 17 insertions, 2 deletions
diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild index 0e6e6e7..61df384 100644 --- a/virtual/rust/rust-1.46.0.ebuild +++ b/virtual/rust/rust-1.46.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" BDEPEND="" RDEPEND="|| ( ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.48.0.ebuild b/virtual/rust/rust-1.48.0.ebuild index 64a2fed..61df384 100644 --- a/virtual/rust/rust-1.48.0.ebuild +++ b/virtual/rust/rust-1.48.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" BDEPEND="" RDEPEND="|| ( ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild new file mode 100644 index 0000000..68373d1 --- /dev/null +++ b/virtual/rust/rust-1.51.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-build + +DESCRIPTION="Virtual for Rust language compiler" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +BDEPEND="" +RDEPEND="|| ( ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" |