From bf16ab25d94e97710660ff013badf1a884766c9a Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 17 Apr 2024 21:52:59 -0400 Subject: [PATCH] ghidra: don't rewrite python shebangs --- srcpkgs/ghidra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ghidra/template b/srcpkgs/ghidra/template index f6544fc69f8..a0b7cc8e565 100644 --- a/srcpkgs/ghidra/template +++ b/srcpkgs/ghidra/template @@ -1,7 +1,7 @@ # Template file for 'ghidra' pkgname=ghidra version=11.0.3 -revision=1 +revision=2 _dex_ver=2.1 _yajsw_ver=13.09 archs="x86_64* aarch64*" @@ -69,7 +69,7 @@ skiprdeps="/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/animals /usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/sharedReturn /usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/switch /usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/write" -python_version=2 # Jython 2.7.2 stuff +python_version=ignore # jython, not system python 2 nocross=yes post_extract() {