aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-zope-interface/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-zope-interface/APKBUILD')
-rw-r--r--main/py-zope-interface/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/py-zope-interface/APKBUILD b/main/py-zope-interface/APKBUILD
index 6425b740cd..837b847bcd 100644
--- a/main/py-zope-interface/APKBUILD
+++ b/main/py-zope-interface/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.3.2
pkgrel=0
pkgdesc="Separate distribution of the zope.interface package used in Zope"
url="http://www.zope.org/Products/ZopeInterface/"
-arch="noarch"
+arch="all"
license="ZPL-2.1"
depends=""
makedepends="python2-dev python3-dev py-setuptools"
@@ -39,7 +39,6 @@ _py3() {
_py() {
local python="$1"
pkgdesc="$pkgdesc (for $python)"
- arch="all"
depends="$depends $python"
install_if="$pkgname=$pkgver-r$pkgrel $python"