From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9902313829B for ; Sun, 29 May 2016 18:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92389142CC; Sun, 29 May 2016 18:06:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B7D0142CC for ; Sun, 29 May 2016 18:06:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE327340813 for ; Sun, 29 May 2016 18:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46F7180 for ; Sun, 29 May 2016 18:06:06 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1464545113.495d136cbb031cc4c3ad8b492e29b6078db0b9f8.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/sparc/, profiles/arch/ia64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.stable.mask profiles/arch/ia64/package.use.stable.mask profiles/arch/sparc/package.use.stable.mask X-VCS-Directories: profiles/arch/ia64/ profiles/arch/alpha/ profiles/arch/sparc/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 495d136cbb031cc4c3ad8b492e29b6078db0b9f8 X-VCS-Branch: master Date: Sun, 29 May 2016 18:06:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9ed0791-d8fb-4ec2-a896-de38aaeef41f X-Archives-Hash: 23983e724e86b27e25ddb81fe18a9d47 commit: 495d136cbb031cc4c3ad8b492e29b6078db0b9f8 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Sun May 29 18:05:13 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo 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