aboutsummaryrefslogtreecommitdiff
path: root/community/gnome-feeds
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-07-21 02:22:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-07-21 02:22:58 -0300
commit53f12e02a178678fb2ea8ba0ad4b2bde957e565a (patch)
tree90a8dc609644e20cc648a20de8ea3ceb6cd8b369 /community/gnome-feeds
parent78759ee93e0216f519b148fae9963a4048c96d18 (diff)
downloadalpine_aports-53f12e02a178678fb2ea8ba0ad4b2bde957e565a.tar.bz2
alpine_aports-53f12e02a178678fb2ea8ba0ad4b2bde957e565a.tar.xz
alpine_aports-53f12e02a178678fb2ea8ba0ad4b2bde957e565a.zip
community/gnome-feeds: disable on arches that don't have webkit2gtk
Diffstat (limited to 'community/gnome-feeds')
-rw-r--r--community/gnome-feeds/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-feeds/APKBUILD b/community/gnome-feeds/APKBUILD
index 8987df8c94..1ed3785310 100644
--- a/community/gnome-feeds/APKBUILD
+++ b/community/gnome-feeds/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.13.4
5pkgrel=2 5pkgrel=2
6pkgdesc="An RSS/Atom feed reader for GNOME" 6pkgdesc="An RSS/Atom feed reader for GNOME"
7url="https://gitlab.gnome.org/World/gfeeds" 7url="https://gitlab.gnome.org/World/gfeeds"
8arch="noarch" 8arch="noarch !mips !mips64" # webkit2gtk
9license="GPL-3.0-or-later" 9license="GPL-3.0-or-later"
10depends="py3-html5lib webkit2gtk py3-lxml py3-requests py3-feedparser gtk+3.0 10depends="py3-html5lib webkit2gtk py3-lxml py3-requests py3-feedparser gtk+3.0
11 py3-beautifulsoup4 py3-listparser py3-tz py3-readability py3-pygments 11 py3-beautifulsoup4 py3-listparser py3-tz py3-readability py3-pygments