diff options
author | Karel Kočí <cynerd@email.cz> | 2019-09-30 00:31:49 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-09-30 00:31:49 +0200 |
commit | eb5eee42d6bde6910c400f6c291f1c0928354c32 (patch) | |
tree | 7b169f4f70e1d891044b6d56d1a30a63ba5c4c3a | |
parent | 90ee1d520d2578e7d352b0599bed61da1ed91097 (diff) | |
download | gentoo-personal-overlay-eb5eee42d6bde6910c400f6c291f1c0928354c32.tar.gz gentoo-personal-overlay-eb5eee42d6bde6910c400f6c291f1c0928354c32.tar.bz2 gentoo-personal-overlay-eb5eee42d6bde6910c400f6c291f1c0928354c32.zip |
net-libs/webkit-gtk: fix soname version
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.26.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.26.1.ebuild index 995e894..2e380f0 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.26.1.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.26.1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://www.webkitgtk.org" SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz" LICENSE="LGPL-2+ BSD" -SLOT="4/37" # soname version of libwebkit2gtk-4.0 +SLOT="4/39" # soname version of libwebkit2gtk-4.0 KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jpeg2k libnotify nsplugin +opengl spell wayland +webgl +X" |