diff options
author | Sam James <sam@gentoo.org> | 2024-03-27 03:44:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-27 03:45:39 +0000 |
commit | ec95eaffca8731e4604cacefe2fabc4b814f7a9c (patch) | |
tree | 187aa28099b58eaa12f79cdde75e4b7fa79ac89f /virtual/rust | |
parent | sys-devel/clang-common: Require new enough lld version (diff) | |
download | gentoo-ec95eaffca8731e4604cacefe2fabc4b814f7a9c.tar.gz gentoo-ec95eaffca8731e4604cacefe2fabc4b814f7a9c.tar.bz2 gentoo-ec95eaffca8731e4604cacefe2fabc4b814f7a9c.zip |
virtual/rust: backport USE=profiler
This makes life easier for Chromium which we're about to stable.
Bug: https://bugs.gentoo.org/923010
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.71.0-r2.ebuild (renamed from virtual/rust/rust-1.71.0-r1.ebuild) | 8 | ||||
-rw-r--r-- | virtual/rust/rust-1.71.1-r2.ebuild (renamed from virtual/rust/rust-1.71.1-r1.ebuild) | 8 | ||||
-rw-r--r-- | virtual/rust/rust-1.73.0-r1.ebuild (renamed from virtual/rust/rust-1.73.0.ebuild) | 8 | ||||
-rw-r--r-- | virtual/rust/rust-1.74.1-r1.ebuild (renamed from virtual/rust/rust-1.74.1.ebuild) | 6 | ||||
-rw-r--r-- | virtual/rust/rust-1.75.0-r1.ebuild (renamed from virtual/rust/rust-1.75.0.ebuild) | 6 | ||||
-rw-r--r-- | virtual/rust/rust-1.76.0.ebuild | 2 |
6 files changed, 19 insertions, 19 deletions
diff --git a/virtual/rust/rust-1.71.0-r1.ebuild b/virtual/rust/rust-1.71.0-r2.ebuild index 455f215fcecc..f452208a1d82 100644 --- a/virtual/rust/rust-1.71.0-r1.ebuild +++ b/virtual/rust/rust-1.71.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-16" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.71.1-r1.ebuild b/virtual/rust/rust-1.71.1-r2.ebuild index 5641e68236d4..62393a5d36f6 100644 --- a/virtual/rust/rust-1.71.1-r1.ebuild +++ b/virtual/rust/rust-1.71.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-16" KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.73.0.ebuild b/virtual/rust/rust-1.73.0-r1.ebuild index 6662fd2eeded..36a81c55f875 100644 --- a/virtual/rust/rust-1.73.0.ebuild +++ b/virtual/rust/rust-1.73.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.74.1.ebuild b/virtual/rust/rust-1.74.1-r1.ebuild index 142a357e436a..4e9f43e5561b 100644 --- a/virtual/rust/rust-1.74.1.ebuild +++ b/virtual/rust/rust-1.74.1-r1.ebuild @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.75.0.ebuild b/virtual/rust/rust-1.75.0-r1.ebuild index bf56f7a58c9d..4ed48e05d316 100644 --- a/virtual/rust/rust-1.75.0.ebuild +++ b/virtual/rust/rust-1.75.0-r1.ebuild @@ -14,10 +14,10 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.76.0.ebuild b/virtual/rust/rust-1.76.0.ebuild index 187391b93274..2790ab8f7afc 100644 --- a/virtual/rust/rust-1.76.0.ebuild +++ b/virtual/rust/rust-1.76.0.ebuild @@ -14,7 +14,7 @@ LICENSE="" # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt profiler" +IUSE="profiler rustfmt" BDEPEND="" RDEPEND="|| ( |