mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ghidra: don't rewrite python shebangs
This commit is contained in:
parent
58705ffcbf
commit
bf16ab25d9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ghidra'
|
# Template file for 'ghidra'
|
||||||
pkgname=ghidra
|
pkgname=ghidra
|
||||||
version=11.0.3
|
version=11.0.3
|
||||||
revision=1
|
revision=2
|
||||||
_dex_ver=2.1
|
_dex_ver=2.1
|
||||||
_yajsw_ver=13.09
|
_yajsw_ver=13.09
|
||||||
archs="x86_64* aarch64*"
|
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/sharedReturn
|
||||||
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/switch
|
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/switch
|
||||||
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/write"
|
/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
|
nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue