commit: 495d136cbb031cc4c3ad8b492e29b6078db0b9f8 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> AuthorDate: Sun May 29 18:05:13 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> CommitDate: Sun May 29 18:05:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495d136c
profiles: mask wayland flag where dev-libs/efl needs a newer stable version profiles/arch/alpha/package.use.stable.mask | 3 +++ profiles/arch/ia64/package.use.stable.mask | 3 +++ profiles/arch/sparc/package.use.stable.mask | 3 +++ 3 files changed, 9 insertions(+) diff --git a/profiles/arch/alpha/package.use.stable.mask b/profiles/arch/alpha/package.use.stable.mask index a40e543..f701ae5 100644 --- a/profiles/arch/alpha/package.use.stable.mask +++ b/profiles/arch/alpha/package.use.stable.mask @@ -45,3 +45,6 @@ media-plugins/gst-plugins-meta modplug >=x11-libs/gtk+-3.12.2 cloudprint >=net-libs/webkit-gtk-2.4 geoloc x11-libs/gksu gnome + +# sufficiently recent wayland is not stable yet, bug #559062 +>=dev-libs/efl-1.15 wayland diff --git a/profiles/arch/ia64/package.use.stable.mask b/profiles/arch/ia64/package.use.stable.mask index a9079c9..55e8178 100644 --- a/profiles/arch/ia64/package.use.stable.mask +++ b/profiles/arch/ia64/package.use.stable.mask @@ -26,3 +26,6 @@ gnome-base/gvfs google >=net-libs/webkit-gtk-2.4 geoloc >=x11-libs/gtk+-3.12.2 cloudprint x11-libs/gksu gnome + +# sufficiently recent wayland is not stable yet, bug #559062 +>=dev-libs/efl-1.15 wayland diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 154a62a..a7efb3c 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -37,3 +37,6 @@ gnome-base/gvfs google >=x11-libs/gtk+-3.12.2 cloudprint x11-libs/gksu gnome x11-wm/icewm gnome + +# sufficiently recent wayland is not stable yet, bug #559062 +>=dev-libs/efl-1.15 wayland
