diff options
author | 2024-03-11 20:31:32 -0400 | |
---|---|---|
committer | 2024-03-12 02:24:44 +0000 | |
commit | c057b3954668fb9fa09f7352e0cf6d212122380e (patch) | |
tree | 899cb5138cf555d49ae69649df07f0e62ef471e1 /dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild | |
parent | net-libs/libisds: crank copyright (diff) | |
download | gentoo-c057b3954668fb9fa09f7352e0cf6d212122380e.tar.gz gentoo-c057b3954668fb9fa09f7352e0cf6d212122380e.tar.bz2 gentoo-c057b3954668fb9fa09f7352e0cf6d212122380e.zip |
dev-libs/roct-thunk-interface: remove outdated seds
* SED: the following did not cause any changes
* sed -e "s:ubuntu:gentoo:" -i CMakeLists.txt || die;
* no-op: -e s:ubuntu:gentoo:
This was fixed upstream by removing the entire code block that tried to
mess with libgcc_s.so.1 altogether:
https://github.com/ROCm/ROCT-Thunk-Interface/commit/2d6151521f16353ea18e2f346e93d26896f7e107
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild')
-rw-r--r-- | dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild index 3f391bf5d5e0..4762213b5164 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.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 @@ -28,7 +28,6 @@ CMAKE_BUILD_TYPE=Release src_prepare() { sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die - sed -e "s:ubuntu:gentoo:" -i CMakeLists.txt || die cmake_src_prepare } |