diff options
Diffstat (limited to 'devel/py-glib2-tools/patches/patch-gobject_glib-mkenums.in')
-rw-r--r-- | devel/py-glib2-tools/patches/patch-gobject_glib-mkenums.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/py-glib2-tools/patches/patch-gobject_glib-mkenums.in b/devel/py-glib2-tools/patches/patch-gobject_glib-mkenums.in deleted file mode 100644 index 839c47ecada..00000000000 --- a/devel/py-glib2-tools/patches/patch-gobject_glib-mkenums.in +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-gobject_glib-mkenums.in,v 1.1 2017/10/13 15:44:29 prlw1 Exp $ - -Revert 4395a897 Use env to run the Python-based tools -https://bugzilla.gnome.org/show_bug.cgi?id=788527 - ---- gobject/glib-mkenums.in.orig 2017-08-07 14:58:31.000000000 +0000 -+++ gobject/glib-mkenums.in -@@ -1,4 +1,4 @@ --#!/usr/bin/env @PYTHON@ -+#!@PYTHON@ - - # If the code below looks horrible and unpythonic, do not panic. - # |