diff options
author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-04-25 19:27:24 +0100 |
---|---|---|
committer | Keith Maxwell <keith.maxwell@gmail.com> | 2020-05-07 15:54:34 +0100 |
commit | 209af874d20531a446cfd4fb08b71c619b11c908 (patch) | |
tree | b3cc18b49955d3818959e3039b08b1a78c7b6046 | |
parent | 2cbbfd2e94de45bb281a7a9437baedf87e89e50a (diff) | |
download | aports-209af874d20531a446cfd4fb08b71c619b11c908.tar.gz aports-209af874d20531a446cfd4fb08b71c619b11c908.tar.bz2 aports-209af874d20531a446cfd4fb08b71c619b11c908.tar.xz |
community/beancount: disable on ppc64le
-rw-r--r-- | community/beancount/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/beancount/APKBUILD b/community/beancount/APKBUILD index 5ef7562ee9..0fffe726fb 100644 --- a/community/beancount/APKBUILD +++ b/community/beancount/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.2.3 pkgrel=2 pkgdesc="Double-Entry Accounting from Text Files" url="http://furius.ca/beancount/" -arch="all" +arch="all !ppc64le" # limited by py3-grpcio license="GPL-2.0-only" depends="python3 py3-dateutil py3-ply py3-bottle py3-lxml py3-magic py3-beautifulsoup4 py3-requests py3-chardet py3-pytest |