Diff roct-thunk-interface-5.4.3 with a roct-thunk-interface-5.5.1
/usr/portage/dev-libs/roct-thunk-interface/roct-thunk-interface-5.5.1.ebuild 2024-07-02 13:51:44.545851472 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
28 | 28 | |
29 | 29 |
src_prepare() { |
30 | 30 |
sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die |
31 |
sed -e "s:ubuntu:gentoo:" -i CMakeLists.txt || die |
|
32 | 31 |
cmake_src_prepare |
33 | 32 |
} |
34 | 33 |