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 710F51393F1 for ; Wed, 16 Sep 2015 15:52:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E385621C002; Wed, 16 Sep 2015 15:51:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86CF121C002 for ; Wed, 16 Sep 2015 15:51:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EDAF340C8D for ; Wed, 16 Sep 2015 15:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA89F18F for ; Wed, 16 Sep 2015 15:51:55 +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: <1442418695.1fcef5e781313e7759e59430562f18278a6e5e92.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 X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 1fcef5e781313e7759e59430562f18278a6e5e92 X-VCS-Branch: master Date: Wed, 16 Sep 2015 15:51:55 +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: a4ef4d56-f2b9-41d6-ac61-abeb6fe4361e X-Archives-Hash: 5775b2b778db3ce55560947f3a81c9ae commit: 1fcef5e781313e7759e59430562f18278a6e5e92 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Sep 16 15:51:35 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Sep 16 15:51:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcef5e7 Fix breakage caused by overzealous unmasking While rubberband became available on ~alpha, there is no stable version for mpv to depend on. Thus move the masked introduced in commit 0ccb06790085936e2da1832e5bf1d1b637d6c54a toarch/alpha/package.use.stable.mask profiles/arch/alpha/package.use.stable.mask | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/profiles/arch/alpha/package.use.stable.mask b/profiles/arch/alpha/package.use.stable.mask index 35f6cc4..fc225a3 100644 --- a/profiles/arch/alpha/package.use.stable.mask +++ b/profiles/arch/alpha/package.use.stable.mask @@ -18,6 +18,17 @@ #--- END OF EXAMPLES --- +# Tobias Klausmann (16 Sep 2015) +# Move this mask here (from package.use.mask) until rubberband goes stable. +# Also see commit 0ccb06790085936e2da1832e5bf1d1b637d6c54a +# Ben de Groot (03 May 2015) +# media-libs/rubberband lacks alpha keyword, bug #548446 +media-video/mpv rubberband + +# 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 @@ -29,7 +40,3 @@ media-plugins/gst-plugins-meta modplug net-libs/libproxy webkit >=net-libs/webkit-gtk-2.4 geoloc x11-libs/gksu gnome - -# Tobias Klausmann (29 Jul 2015) -# Mask webkit so the dep can stay ~alpha forever ->=x11-libs/wxGTK-3.0.2.0-r1 webkit