summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-18 03:54:25 +0100
committerSam James <sam@gentoo.org>2024-09-18 03:55:29 +0100
commit0c77534fd8dd2f47f988a417c94f52d48685a6cb (patch)
tree16577fd1fea92d850edca9490b34ffd0899c6ff2 /virtual
parentdev-lang/rust: drop obsolete rust-demangler bits from 1.81.0 (diff)
downloadgentoo-0c77534fd8dd2f47f988a417c94f52d48685a6cb.tar.gz
gentoo-0c77534fd8dd2f47f988a417c94f52d48685a6cb.tar.bz2
gentoo-0c77534fd8dd2f47f988a417c94f52d48685a6cb.zip
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@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/rust/rust-1.81.0-r1.ebuild (renamed from virtual/rust/rust-1.81.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.81.0.ebuild b/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}]
)"