summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-18 23:21:41 +0000
committerwiz <wiz@pkgsrc.org>2008-11-18 23:21:41 +0000
commit05edcaa3926561af60df94f2dd15158d918ed7d8 (patch)
treeddaac295924aac6b910c75da62ae17ccfaf31cff /meta-pkgs
parent7aedc2dbdd6dc886e93fbc84806573eb75054224 (diff)
downloadpkgsrc-05edcaa3926561af60df94f2dd15158d918ed7d8.tar.gz
Unrestrict python again, now that drochner fixed py-cairo to work with 2.4.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/py-gnome-bindings/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile
index 2b27ea4acc0..c4d12467f42 100644
--- a/meta-pkgs/py-gnome-bindings/Makefile
+++ b/meta-pkgs/py-gnome-bindings/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/11/18 22:58:41 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/11/18 23:21:41 wiz Exp $
DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.24.1
CATEGORIES= meta-pkgs x11 gnome
@@ -10,7 +10,7 @@ COMMENT= Meta-package for Python bindings for the GNOME desktop
META_PACKAGE= yes
-PYTHON_VERSION_ACCEPTED= 25
+PYTHON_VERSION_ACCEPTED= 25 24
.include "../../lang/python/pyversion.mk"