[csw-devel] SF.net SVN: gar:[17015] csw/mgar/pkg/lang-python/python/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Feb 10 01:35:32 CET 2012


Revision: 17015
          http://gar.svn.sourceforge.net/gar/?rev=17015&view=rev
Author:   wahwah
Date:     2012-02-10 00:35:32 +0000 (Fri, 10 Feb 2012)
Log Message:
-----------
lang-python/python/trunk: PACKAGING_PLATFORMS use dashes, not underscores

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/trunk/Makefile	2012-02-10 00:33:31 UTC (rev 17014)
+++ csw/mgar/pkg/lang-python/python/trunk/Makefile	2012-02-10 00:35:32 UTC (rev 17015)
@@ -36,13 +36,13 @@
 
 DISTFILES  = $(DISTNAME).tar.bz2
 
-PACKAGING_PLATFORMS = solaris9_sparc solaris9_i386
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
 # Some features are missing on Solaris 9, e.g. functionality required for the
 # multiprocessing support.
 # http://osdir.com/ml/opensolaris-discuss/2009-07/msg00865.html
 # http://bugs.python.org/issue3770
 # It's a platform deficiency.
-PACKAGING_PLATFORMS += solaris10_sparc solaris10_i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
 
 # Patches
 PATCHFILES += faqwiz.diff

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list