diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-24 15:10:20 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-24 15:10:38 +0200 |
commit | 6ffcbd2d1594fbf4be76d751b56e07918e808796 (patch) | |
tree | 28c82ff053403acaba1d6ade19226417750668b8 /x11-libs/gtk+ | |
parent | sys-apps/sed: Stable for PPC64 (bug #588162). (diff) | |
download | gentoo-6ffcbd2d1594fbf4be76d751b56e07918e808796.tar.gz gentoo-6ffcbd2d1594fbf4be76d751b56e07918e808796.tar.bz2 gentoo-6ffcbd2d1594fbf4be76d751b56e07918e808796.zip |
x11-libs/gtk+: remove multilib dependency on dev-libs/wayland-protocols
Bug: https://bugs.gentoo.org/show_bug.cgi?id=589584
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-3.20.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-3.20.6.ebuild b/x11-libs/gtk+/gtk+-3.20.6.ebuild index 75d63e3729ab..21e48ff166af 100644 --- a/x11-libs/gtk+/gtk+-3.20.6.ebuild +++ b/x11-libs/gtk+/gtk+-3.20.6.ebuild @@ -41,7 +41,7 @@ COMMON_DEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.39:= ) wayland? ( >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}] - >=dev-libs/wayland-protocols-1.0[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.0 media-libs/mesa[wayland,${MULTILIB_USEDEP}] >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}] ) |