diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-19 14:34:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-19 14:43:00 +0000 |
commit | 73922b0fdf1259247f5a3089706f769dba38d214 (patch) | |
tree | d81862250778c78a4baf3604b9876d1cff08ebde /main/llvm7/python3-test.patch | |
parent | e82c1699567e5a2159c614b4de4a7265a7e34d8d (diff) | |
download | aports-73922b0fdf1259247f5a3089706f769dba38d214.tar.bz2 aports-73922b0fdf1259247f5a3089706f769dba38d214.tar.xz |
main/llvm7: claim maintainership, use python3, fix license
Diffstat (limited to 'main/llvm7/python3-test.patch')
-rw-r--r-- | main/llvm7/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/llvm7/python3-test.patch b/main/llvm7/python3-test.patch new file mode 100644 index 0000000000..746313317e --- /dev/null +++ b/main/llvm7/python3-test.patch @@ -0,0 +1,8 @@ +--- llvm-7.0.1.src/test/BugPoint/compile-custom.ll.py.old 2014-03-13 00:10:37.000000000 +0000 ++++ llvm-7.0.1.src/test/BugPoint/compile-custom.ll.py 2019-03-10 03:48:48.600000000 +0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + import sys + |