[arch-commits] Commit in virtualbox/trunk (2 files)

Christian Hesse eworm at archlinux.org
Wed Jun 13 20:17:47 UTC 2018


    Date: Wednesday, June 13, 2018 @ 20:17:46
  Author: eworm
Revision: 342940

... and commit the file! :-p

Added:
  virtualbox/trunk/007-python3.6-support.patch
Deleted:
  virtualbox/trunk/007-python2-path.patch

-----------------------------+
 007-python2-path.patch      |    9 ---------
 007-python3.6-support.patch |   11 +++++++++++
 2 files changed, 11 insertions(+), 9 deletions(-)

Deleted: 007-python2-path.patch
===================================================================
--- 007-python2-path.patch	2018-06-13 20:16:38 UTC (rev 342939)
+++ 007-python2-path.patch	2018-06-13 20:17:46 UTC (rev 342940)
@@ -1,9 +0,0 @@
-# 2013 © Sébastien Luttringer
---- a/src/VBox/Frontends/VBoxShell/vboxshell.py	2014-01-03 01:38:41.831615590 +0100
-+++ b/src/VBox/Frontends/VBoxShell/vboxshell.py	2014-01-04 04:23:33.884544420 +0100
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- # $Id: vboxshell.py 49841 2013-12-09 13:32:33Z vboxsync $
- """

Added: 007-python3.6-support.patch
===================================================================
--- 007-python3.6-support.patch	                        (rev 0)
+++ 007-python3.6-support.patch	2018-06-13 20:17:46 UTC (rev 342940)
@@ -0,0 +1,11 @@
+--- a/configure
++++ b/configure
+@@ -1963,7 +1963,7 @@
+ }
+ EOF
+   found=
+-  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m"
++  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m"
+   for p in $PYTHONDIR; do
+     for d in $SUPPYTHONLIBS; do
+       for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do



More information about the arch-commits mailing list