pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-spwd Mark as only for Linux and Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78d8aaf17fc3
branches:  trunk
changeset: 633602:78d8aaf17fc3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Apr 28 14:06:09 2014 +0000

description:
Mark as only for Linux and Solaris.

diffstat:

 devel/py-spwd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c908990dd5e7 -r 78d8aaf17fc3 devel/py-spwd/Makefile
--- a/devel/py-spwd/Makefile    Mon Apr 28 13:15:29 2014 +0000
+++ b/devel/py-spwd/Makefile    Mon Apr 28 14:06:09 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/13 16:10:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2014/04/28 14:06:09 jperkin Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-spwd-${PY_DISTVERSION}
 CATEGORIES=    devel misc python
@@ -8,6 +8,9 @@
 COMMENT=       Python module to access the Unix shadow password database
 LICENSE=       python-software-foundation
 
+# Only appropriate for platforms with /etc/shadow and getsp*()
+ONLY_FOR_PLATFORM=     Linux-*-* SunOS-*-*
+
 EXTRACT_ELEMENTS=      ${PYSUBDIR}/Modules/spwdmodule.c
 
 PYDISTUTILSPKG=        yes



Home | Main Index | Thread Index | Old Index