diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-08-20 09:25:43 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-08-20 09:26:15 +0100 |
commit | 4c434f4daaeb895387c4e9cb9784847ff937ff0d (patch) | |
tree | 820120b4cd03ab6bdd187ed0e6ca7b2ace80daaa /sys-devel/mold | |
parent | sys-devel/mold: stop calling python during build (diff) | |
download | gentoo-4c434f4daaeb895387c4e9cb9784847ff937ff0d.tar.gz gentoo-4c434f4daaeb895387c4e9cb9784847ff937ff0d.tar.bz2 gentoo-4c434f4daaeb895387c4e9cb9784847ff937ff0d.zip |
sys-devel/mold: update live ebuild
Python script is dropped and rewritten in CMake.
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'sys-devel/mold')
-rw-r--r-- | sys-devel/mold/mold-9999.ebuild | 10 |
1 files changed, 0 insertions, 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() { |