aboutsummaryrefslogtreecommitdiffstats
path: root/community/abcde
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-05-03 22:09:56 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-05-03 22:10:02 +0000
commit3d0693a0bc0ea1d85ddb90be615a5bb66e2b2547 (patch)
tree04f99ebf112b75210f6226b0e0cf68075b1768a8 /community/abcde
parentbf0e1888b19c4ded1a17ddd91ffedec24ed3f768 (diff)
downloadaports-3d0693a0bc0ea1d85ddb90be615a5bb66e2b2547.tar.bz2
aports-3d0693a0bc0ea1d85ddb90be615a5bb66e2b2547.tar.xz
community/abcde: disable on armv7
py3-eyed3 is missing
Diffstat (limited to 'community/abcde')
-rw-r--r--community/abcde/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/abcde/APKBUILD b/community/abcde/APKBUILD
index 04ed486f81..670ed96c4b 100644
--- a/community/abcde/APKBUILD
+++ b/community/abcde/APKBUILD
@@ -4,7 +4,7 @@ pkgver=2.9.3
pkgrel=0
pkgdesc="A command line CD encoder that reads your CD, downloads the track information from a CDDB provider, and rips your CD"
url="http://abcde.einval.com/"
-arch="noarch"
+arch="noarch !armv7" # py3-eyed3 missing
license="GPL-2.0-or-later"
depends="bash cd-discid py3-eyed3"
options="!check" # No test suite.