pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/talloc Exclude Python 2.7 to fix build
details: https://anonhg.NetBSD.org/pkgsrc/rev/435c5e57c09f
branches: trunk
changeset: 331872:435c5e57c09f
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Mar 26 12:17:11 2019 +0000
description:
Exclude Python 2.7 to fix build
diffstat:
devel/talloc/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 927d6c36f423 -r 435c5e57c09f devel/talloc/Makefile
--- a/devel/talloc/Makefile Tue Mar 26 11:48:58 2019 +0000
+++ b/devel/talloc/Makefile Tue Mar 26 12:17:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/03/25 23:18:00 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2019/03/26 12:17:11 ryoon Exp $
DISTNAME= talloc-2.2.0
CATEGORIES= devel
@@ -15,6 +15,8 @@
# include/talloc.h
CONFLICTS+= samba<=4.6.8nb3
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_TOOLS+= pkg-config
HAS_CONFIGURE= yes
CONFIG_SHELL= ${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index