pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice Python 3.7 is not compatible with lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/765bb7ed3264
branches:  trunk
changeset: 382501:765bb7ed3264
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jul 06 03:28:45 2018 +0000

description:
Python 3.7 is not compatible with libreoffice-6.0.5.2

diffstat:

 misc/libreoffice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 40da08c59e0e -r 765bb7ed3264 misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Fri Jul 06 03:14:04 2018 +0000
+++ b/misc/libreoffice/Makefile Fri Jul 06 03:28:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2018/06/25 13:34:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.159 2018/07/06 03:28:45 ryoon Exp $
 
 VERREL=                6.0.5
 VERRC=         2
@@ -31,7 +31,7 @@
 .endif
 
 GCC_REQD+=     4.6
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 CHECK_SHLIBS_SUPPORTED=        no
 # configure will be regenerated.



Home | Main Index | Thread Index | Old Index