pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libepoxy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 10 01:10:44 UTC 2022

Modified Files:
        pkgsrc/graphics/libepoxy: Makefile

Log Message:
libepoxy: needs python 3


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libepoxy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libepoxy/Makefile
diff -u pkgsrc/graphics/libepoxy/Makefile:1.30 pkgsrc/graphics/libepoxy/Makefile:1.31
--- pkgsrc/graphics/libepoxy/Makefile:1.30      Wed Apr 20 20:27:37 2022
+++ pkgsrc/graphics/libepoxy/Makefile   Sun Jul 10 01:10:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/04/20 20:27:37 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2022/07/10 01:10:44 wiz Exp $
 
 DISTNAME=      libepoxy-1.5.9
 CATEGORIES=    graphics
@@ -13,6 +13,8 @@ LICENSE=      mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE+=   epoxy.pc.in
 PYTHON_FOR_BUILD_ONLY= tool



Home | Main Index | Thread Index | Old Index