commit:     4c434f4daaeb895387c4e9cb9784847ff937ff0d
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 08:25:43 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 08:26:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c434f4d

sys-devel/mold: update live ebuild

Python script is dropped and rewritten in CMake.

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 sys-devel/mold/mold-9999.ebuild | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
index 735bfbb79a24..1a83cf4d004e 100644
--- a/sys-devel/mold/mold-9999.ebuild
+++ b/sys-devel/mold/mold-9999.ebuild
@@ -67,16 +67,6 @@ src_prepare() {
        if ! has_version -d 'sys-libs/glibc[static-pie(+)]'; then
                rm test/elf/{,ifunc-}static-pie.sh || die
        fi
-
-       # Don't require python
-       sed -i '/find_package(Python3/d' CMakeLists.txt || die
-       sed -i '/add_dependencies/d' CMakeLists.txt || die
-       cat <<EOF>git-hash.cc
-#include <string>
-namespace mold {
-std::string mold_git_hash = "gentoo-${PVR}";
-}
-EOF
 }
 
 src_configure() {

Reply via email to