commit: 0c77534fd8dd2f47f988a417c94f52d48685a6cb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 18 02:54:25 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 18 02:55:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c77534f
virtual/rust: adapt 1.81.0 virtual to USE=profiler changes * rust-bin no longer has USE=profiler as it was only controlling rust-demangler which is now gone upstream. * rust still has USE=profiler however as it controls if it was built with the profiler runtime. AFAIK, rust-bin is always built upstream w/ the profiler runtime, so the USE flag is gone there. Bug: https://bugs.gentoo.org/939669 Bug: https://bugs.gentoo.org/939701 Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/rust/{rust-1.81.0.ebuild => rust-1.81.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/rust/rust-1.81.0.ebuild b/virtual/rust/rust-1.81.0-r1.ebuild similarity index 89% rename from virtual/rust/rust-1.81.0.ebuild rename to virtual/rust/rust-1.81.0-r1.ebuild index 57e3cc3e6519..6f50c94d3e77 100644 --- a/virtual/rust/rust-1.81.0.ebuild +++ b/virtual/rust/rust-1.81.0-r1.ebuild @@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="rustfmt profiler" RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}] )"
