diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /devel/gyp | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'devel/gyp')
-rw-r--r-- | devel/gyp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gyp/Makefile b/devel/gyp/Makefile index 2587575188b..a134e6c8d39 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/01/06 10:26:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2015/04/13 23:12:40 rodent Exp $ SVN_REVISION= 2019 DIST_VERSION= 0.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://code.google.com/p/gyp/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # not yet ported as of 0.1pre1718 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.1pre1718 EGG_NAME= gyp-${DIST_VERSION} # REPLACE_PYTHON settings farmed out due to size... |