Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
Date: Mon, 30 Jul 2018 09:20:54
Message-Id: 1532942437.ebca05e674776c26c3309b0a8d5661b78b06640c.leio@gentoo
1 commit: ebca05e674776c26c3309b0a8d5661b78b06640c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 09:20:37 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 30 09:20:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebca05e6
7
8 net-libs/webkit-gtk-2.20.3: restore ~ia64 keyword
9
10 media-libs/woff2 received ~ia64 keyword, so bring it back here as well.
11 Hopefully someone actually builds the upgrade and sees if things still
12 work after the WTF_CPU_IA64 patch drop (as "unknown CPU" error was
13 removed upstream).
14
15 Package-Manager: Portage-2.3.43, Repoman-2.3.10
16
17 net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild
21 index b73bf37618c..08d9e656778 100644
22 --- a/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild
23 +++ b/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild
24 @@ -15,7 +15,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"
25
26 LICENSE="LGPL-2+ BSD"
27 SLOT="4/37" # soname version of libwebkit2gtk-4.0
28 -KEYWORDS="~amd64 ~arm ~arm64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
29 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
30
31 IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jit libnotify nsplugin +opengl spell wayland +webgl +X"