From 940f8ca8e1fb321a3be03590643edd4a8e207034 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 19 Apr 2009 01:20:47 +0200 Subject: [PATCH] python: cosmetic change. --HG-- extra : convert_revision : 5f78a800be530d76448f0d0163589f77111040d2 --- templates/python/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/python/template b/templates/python/template index 12892a63a5d..ffac4b90b83 100644 --- a/templates/python/template +++ b/templates/python/template @@ -2,8 +2,7 @@ pkgname=python version=2.6.1 wrksrc="Python-$version" -distfiles=" -http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" +distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" configure_args="--with-threads --enable-shared" build_style=gnu_configure short_desc="Interpreted, interactive, object-oriented programming language"