From 933768dc9f9bdf45876cb59154285df5e7f5af26 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 15 Feb 2022 14:40:57 -0500 Subject: net-wireless/uhd: remove sed Upstream bug fixed: https://github.com/EttusResearch/uhd/issues/338 Signed-off-by: Rick Farina (Zero_Chaos) --- net-wireless/uhd/uhd-4.1.0.4.ebuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'net-wireless') diff --git a/net-wireless/uhd/uhd-4.1.0.4.ebuild b/net-wireless/uhd/uhd-4.1.0.4.ebuild index ef4be3637e18..7a928c6e80c9 100644 --- a/net-wireless/uhd/uhd-4.1.0.4.ebuild +++ b/net-wireless/uhd/uhd-4.1.0.4.ebuild @@ -63,9 +63,6 @@ src_prepare() { cmake_src_prepare gnome2_environment_reset #534582 - - #rpath is set for apple and no one else, just remove the conditional - sed -i -e '/if(APPLE)/d' -e '/endif(APPLE)/d' CMakeLists.txt || die } src_configure() { -- cgit v1.2.3-65-gdbad