diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-29 20:05:13 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-29 20:05:13 +0200 |
commit | 495d136cbb031cc4c3ad8b492e29b6078db0b9f8 (patch) | |
tree | a677264eed63ba4d53bf0c3d3c90e8d8d1ed8daa /profiles/arch | |
parent | dev-go/goptlib: bump to version 0.6 (diff) | |
download | gentoo-495d136cbb031cc4c3ad8b492e29b6078db0b9f8.tar.gz gentoo-495d136cbb031cc4c3ad8b492e29b6078db0b9f8.tar.bz2 gentoo-495d136cbb031cc4c3ad8b492e29b6078db0b9f8.zip |
profiles: mask wayland flag where dev-libs/efl needs a newer stable version
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/alpha/package.use.stable.mask | 3 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.stable.mask | 3 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.stable.mask | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.stable.mask b/profiles/arch/alpha/package.use.stable.mask index a40e54356c1e..f701ae50af6d 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 a9079c9c70d8..55e81781e543 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 154a62a1d092..a7efb3c8e798 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 |