summaryrefslogtreecommitdiff
path: root/user/libpsl/use-python3.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-09 02:53:31 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-09 02:53:31 +0000
commit4e61295ff26501e80db2de6f770ee14db5f031be (patch)
treeba2581c40ad94e6abe1d6523789c641ed66142e6 /user/libpsl/use-python3.patch
parenteb5d8657735fbc915cba5ae1ef29303e07432b60 (diff)
parent4a0822e2bef80e8bf5e22084b4e52c42cfcbe848 (diff)
downloadpackages-4e61295ff26501e80db2de6f770ee14db5f031be.tar.gz
packages-4e61295ff26501e80db2de6f770ee14db5f031be.tar.bz2
packages-4e61295ff26501e80db2de6f770ee14db5f031be.tar.xz
packages-4e61295ff26501e80db2de6f770ee14db5f031be.zip
Merge XFCE 4 from @Aerdan1.0-beta1
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.