summaryrefslogtreecommitdiff
path: root/security/py-gnupg
diff options
context:
space:
mode:
authortron <tron>2007-11-18 23:38:12 +0000
committertron <tron>2007-11-18 23:38:12 +0000
commit32836249e13ed286f733bb2511903ee2d347fd75 (patch)
treeb7ec0dbc732960f11f7c91e0a938b4f9d4aad7bf /security/py-gnupg
parent3d0d784cba961e8805871979404196629a55545d (diff)
downloadpkgsrc-32836249e13ed286f733bb2511903ee2d347fd75.tar.gz
Fix warning reported by "pkglint".
Diffstat (limited to 'security/py-gnupg')
-rw-r--r--security/py-gnupg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
index decd58a2ed5..0c1d6636f97 100644
--- a/security/py-gnupg/Makefile
+++ b/security/py-gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/09/30 17:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2007/11/18 23:38:12 tron Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
@@ -12,7 +12,7 @@ COMMENT= Python module for GnuPG interface
DEPENDS+= gnupg>=1.0.0:../../security/gnupg
-PYTHON_VERSIONS_ACCEPTED= 21 22 23 24
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"