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 264EB59CA3 for ; Thu, 17 Mar 2016 10:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85AA521C00A; Thu, 17 Mar 2016 10:16:08 +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 264ED21C00A for ; Thu, 17 Mar 2016 10:16:08 +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 E5257340C96 for ; Thu, 17 Mar 2016 10:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3276850 for ; Thu, 17 Mar 2016 10:16:00 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1458209688.37f2ce9c4f3461fa0a864793182cda5841ab69d1.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.stable.mask profiles/arch/alpha/use.stable.mask X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 37f2ce9c4f3461fa0a864793182cda5841ab69d1 X-VCS-Branch: master Date: Thu, 17 Mar 2016 10:16:00 +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: 51a4162b-aaad-46a4-891b-528d2bbd77a6 X-Archives-Hash: e1f34720c66762d75560cea8ef70d834 commit: 37f2ce9c4f3461fa0a864793182cda5841ab69d1 Author: Tobias Klausmann gentoo org> AuthorDate: Thu Mar 17 10:14:48 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Mar 17 10:14:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f2ce9c Stable-mask webkit USE flag for alpha Webkit itself will likely never be stable on alpha, so mask the USE flag globally. Remove package-individual masks. profiles/arch/alpha/package.use.stable.mask | 9 +-------- profiles/arch/alpha/use.stable.mask | 5 +++++ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/profiles/arch/alpha/package.use.stable.mask b/profiles/arch/alpha/package.use.stable.mask index 793eb08..a40e543 100644 --- a/profiles/arch/alpha/package.use.stable.mask +++ b/profiles/arch/alpha/package.use.stable.mask @@ -36,19 +36,12 @@ # net-fs/libnfs lacks alpha keyword, bug #551576 gnome-base/gvfs nfs -# Tobias Klausmann (29 Jul 2015) -# Mask webkit so the dep can stay ~alpha forever ->=x11-libs/wxGTK-3.0.2.0-r1 webkit - # Pacho Ramos (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch -dev-util/geany-plugins devhelp markdown webkit +dev-util/geany-plugins devhelp markdown >=gnome-base/gnome-desktop-2.32.1-r2 license-docs gnome-base/gvfs google -mail-client/balsa webkit -media-gfx/gimp webkit media-plugins/gst-plugins-meta modplug >=x11-libs/gtk+-3.12.2 cloudprint -net-libs/libproxy webkit >=net-libs/webkit-gtk-2.4 geoloc x11-libs/gksu gnome diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 2a20ad5..8f73b5c 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -5,6 +5,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Tobias Klausmann (17 Mar 2016) +# Webkit itself is enormous (~13h compile+test on our fastest dev machine), so +# it will remain not-stable forever. Mask the USE flag accordingly. +webkit + # Pacho Ramos (17 Apr 2014) # Dropped stable keywords after the discussion caused by # Gnome 3.8/3.10 stabilization on this arch