From 9a8041e9c9490bae18b88db65e64714fdcd94ea8 Mon Sep 17 00:00:00 2001 From: Jory Pratt Date: Sun, 20 Jun 2021 15:31:17 -0500 Subject: virtual/rust: provide virtual for musl users Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Jory Pratt --- virtual/rust/rust-1.42.0.ebuild | 15 --------------- virtual/rust/rust-1.47.0.ebuild | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 virtual/rust/rust-1.42.0.ebuild create mode 100644 virtual/rust/rust-1.47.0.ebuild diff --git a/virtual/rust/rust-1.42.0.ebuild b/virtual/rust/rust-1.42.0.ebuild deleted file mode 100644 index 3a4058d..0000000 --- a/virtual/rust/rust-1.42.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 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-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )" diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild new file mode 100644 index 0000000..4cbb628 --- /dev/null +++ b/virtual/rust/rust-1.47.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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" -- cgit v1.2.3-65-gdbad