diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-22 14:18:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-22 14:18:24 +0000 |
commit | c6c357d2426bba4f2d70a7e4e097c40f142271fb (patch) | |
tree | c4327103da8c2b95e5ce4f575f90cb241919c398 /testing | |
parent | d9b69fee3569993ce5f5981c523098a2e428b03b (diff) | |
download | aports-c6c357d2426bba4f2d70a7e4e097c40f142271fb.tar.bz2 aports-c6c357d2426bba4f2d70a7e4e097c40f142271fb.tar.xz |
testing/py-logbook: fix build
we need set arch since there are compiled binaries
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-logbook/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-logbook/APKBUILD b/testing/py-logbook/APKBUILD index 7ef9d3c41..6f939701d 100644 --- a/testing/py-logbook/APKBUILD +++ b/testing/py-logbook/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.12.5 pkgrel=0 pkgdesc="A logging replacement for Python" url="https://pypi.python.org/pypi/Logbook" -arch="noarch" +arch="all" license="BSD" depends="" depends_dev="" |