diff options
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 } |