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:   adam
Date:           Sat Jan 10 09:44:30 UTC 2026

Modified Files:
        pkgsrc/graphics/libepoxy: Makefile

Log Message:
libepoxy: PYTHON_VERSIONS_INCOMPATIBLE=27 is not needed


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 pkgsrc/graphics/libepoxy/Makefile:1.36
--- pkgsrc/graphics/libepoxy/Makefile:1.35      Mon Oct 23 06:37:46 2023
+++ pkgsrc/graphics/libepoxy/Makefile   Sat Jan 10 09:44:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2023/10/23 06:37:46 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2026/01/10 09:44:30 adam Exp $
 
 DISTNAME=      libepoxy-1.5.10
 PKGREVISION=   2
@@ -11,8 +11,6 @@ HOMEPAGE=     https://github.com/anholt/libe
 COMMENT=       Library for OpenGL function pointer management
 LICENSE=       mit
 
-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