aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 13:05:28 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 14:45:37 +0200
commit460924282aab9d90440b6687e0f3b22f63a87770 (patch)
treeca41742a0b49fb4d1af236f8c65eedf188965714
parent2d0ee64b9f155e433d3f4e9a2e1f0b0128c785aa (diff)
downloadalpine_aports-460924282aab9d90440b6687e0f3b22f63a87770.tar.bz2
alpine_aports-460924282aab9d90440b6687e0f3b22f63a87770.tar.xz
alpine_aports-460924282aab9d90440b6687e0f3b22f63a87770.zip
community/webkit2gtk: use python3
Builds fine locally and from studying the webkit bug tracker I am also under the impression that using python3 is entirely supported. See #11577
-rw-r--r--community/webkit2gtk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD
index 4f7e5ef13c..684406544e 100644
--- a/community/webkit2gtk/APKBUILD
+++ b/community/webkit2gtk/APKBUILD
@@ -4,7 +4,7 @@
4# Maintainer: Rasmus Thomsen <oss@cogitri.dev> 4# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
5pkgname=webkit2gtk 5pkgname=webkit2gtk
6pkgver=2.28.2 6pkgver=2.28.2
7pkgrel=0 7pkgrel=1
8pkgdesc="Portable web rendering engine WebKit for GTK+" 8pkgdesc="Portable web rendering engine WebKit for GTK+"
9url="https://webkitgtk.org/" 9url="https://webkitgtk.org/"
10arch="all" 10arch="all"
@@ -42,7 +42,7 @@ makedepends="
42 openjpeg-tools 42 openjpeg-tools
43 pango-dev 43 pango-dev
44 paxmark 44 paxmark
45 python2 45 python3
46 ruby 46 ruby
47 samurai 47 samurai
48 sqlite-dev 48 sqlite-dev