From bfcf7d30e985d0f7ad8d031b735f117fb9cb50b3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 1 May 2014 20:25:05 +0200 Subject: [PATCH] python-distribute: python3 subpkg is noarch too. --- srcpkgs/python-distribute/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-distribute/template b/srcpkgs/python-distribute/template index 71d776e962d..9d54f9f4dc0 100644 --- a/srcpkgs/python-distribute/template +++ b/srcpkgs/python-distribute/template @@ -1,7 +1,7 @@ # Template file for 'python-distribute' pkgname=python-distribute version=0.6.28 -revision=2 +revision=3 wrksrc="distribute-${version}" build_style=python-module python_versions="2 3" @@ -17,6 +17,7 @@ distfiles="http://pypi.python.org/packages/source/d/distribute/distribute-$versi checksum=a42e897551aeb7600708f4aa6a0c02acb4458613976234b7d4fad7ae841a8d63 python3-distribute_package() { + noarch=yes depends="python3" short_desc="${short_desc//python2/python3}" pkg_install() {