summaryrefslogtreecommitdiff
path: root/user/libpsl/use-python3.patch
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-09-03 12:01:45 -0500
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-09-03 12:01:45 -0500
commit84f5c390443a4dd107c408bef0813c68d7cccd8f (patch)
tree60822fa005e1b633522e678f0be348267f95d802 /user/libpsl/use-python3.patch
parentdf5fcf4c4bcbda3da6fc728c2456391541bbf5a2 (diff)
downloadpackages-84f5c390443a4dd107c408bef0813c68d7cccd8f.tar.gz
packages-84f5c390443a4dd107c408bef0813c68d7cccd8f.tar.bz2
packages-84f5c390443a4dd107c408bef0813c68d7cccd8f.tar.xz
packages-84f5c390443a4dd107c408bef0813c68d7cccd8f.zip
user/libpsl: new package
Diffstat (limited to 'user/libpsl/use-python3.patch')
-rw-r--r--user/libpsl/use-python3.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/user/libpsl/use-python3.patch b/user/libpsl/use-python3.patch
new file mode 100644
index 000000000..5f9cb8bf5
--- /dev/null
+++ b/user/libpsl/use-python3.patch
@@ -0,0 +1,9 @@
+diff -Nurd libpsl-0.20.2/src/psl-make-dafsa libpsl-0.20.2.new/src/psl-make-dafsa
+--- libpsl-0.20.2/src/psl-make-dafsa 2018-04-19 02:36:59.000000000 -0500
++++ libpsl-0.20.2.new/src/psl-make-dafsa 2018-09-03 11:29:35.036414479 -0500
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # Copyright 2014 The Chromium Authors. All rights reserved.
+ # Use of this source code is governed by a BSD-style license that can be
+ # found in the LICENSE.chromium file.