diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-07-30 12:20:37 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-07-30 12:20:37 +0300 |
commit | ebca05e674776c26c3309b0a8d5661b78b06640c (patch) | |
tree | 9e377b2ff8c56f2df4bedd56e57109bd1dc5a248 /net-libs | |
parent | media-libs/graphene: initial import (diff) | |
download | gentoo-ebca05e674776c26c3309b0a8d5661b78b06640c.tar.gz gentoo-ebca05e674776c26c3309b0a8d5661b78b06640c.tar.bz2 gentoo-ebca05e674776c26c3309b0a8d5661b78b06640c.zip |
net-libs/webkit-gtk-2.20.3: restore ~ia64 keyword
media-libs/woff2 received ~ia64 keyword, so bring it back here as well.
Hopefully someone actually builds the upgrade and sees if things still
work after the WTF_CPU_IA64 patch drop (as "unknown CPU" error was
removed upstream).
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild index b73bf37618cb..08d9e6567785 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz" LICENSE="LGPL-2+ BSD" SLOT="4/37" # soname version of libwebkit2gtk-4.0 -KEYWORDS="~amd64 ~arm ~arm64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jit libnotify nsplugin +opengl spell wayland +webgl +X" |