diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-27 10:43:43 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-27 10:43:43 +0000 |
commit | 60c6ce9abb4d8b069da9bb9d6fc3f146a505d8c5 (patch) | |
tree | b29f61e106591ee8a27aa00b6ef9f39bb6aec213 /community/parole | |
parent | a1920369045e475864499623eb264e816991f54e (diff) | |
download | aports-60c6ce9abb4d8b069da9bb9d6fc3f146a505d8c5.tar.bz2 aports-60c6ce9abb4d8b069da9bb9d6fc3f146a505d8c5.tar.xz |
community/parole: disable on x86, armv7, armhf
webkit2gtk is missing on those arches, which is a dependency of glade,
which is a dependency of libxfce4ui.
Diffstat (limited to 'community/parole')
-rw-r--r-- | community/parole/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/parole/APKBUILD b/community/parole/APKBUILD index 3937d2ab74..8451f40f20 100644 --- a/community/parole/APKBUILD +++ b/community/parole/APKBUILD @@ -9,7 +9,7 @@ case $pkgver in esac pkgdesc="Media player for the Xfce desktop" url="https://docs.xfce.org/apps/parole/start" -arch="all" +arch="all !x86 !armv7 !armhf" # webkit2gtk missing license="GPL-2.0-or-later" depends="gst-plugins-good" depends_dev="libxfce4ui-dev libxfce4util-dev intltool gstreamer-dev bash |