From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CD21139694 for ; Wed, 1 Mar 2017 18:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 179F321C038; Wed, 1 Mar 2017 18:46:24 +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 E83D421C038 for ; Wed, 1 Mar 2017 18:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 10D003416DA for ; Wed, 1 Mar 2017 18:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE5BD58F1 for ; Wed, 1 Mar 2017 18:46:21 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1488393882.95e93068a0db764458eedb59a0ae89d6c20db21e.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.mask X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 95e93068a0db764458eedb59a0ae89d6c20db21e X-VCS-Branch: master Date: Wed, 1 Mar 2017 18:46:21 +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: ea07c77e-4b5b-4a43-b41b-79a2fd2a0a5c X-Archives-Hash: bdf65879ae710ef970b3e470490c7a0e commit: 95e93068a0db764458eedb59a0ae89d6c20db21e Author: Brian Evans gentoo org> AuthorDate: Wed Mar 1 18:44:42 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Mar 1 18:44:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e93068 profiles/arch/alpha/package.mask: Mask dev-portage/g-sorcery g-sorcery USE is masked on app-portage/layman for deps that are not keyworded Mask the package to keep the repo tree sane profiles/arch/alpha/package.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask index d51d079133e..43ab5d88a71 100644 --- a/profiles/arch/alpha/package.mask +++ b/profiles/arch/alpha/package.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Brian Evans (01 Mar 2017) +# Mask to prevent unsolvable deps on masked g-sorcery +# USE on app-portage/layman +app-portage/g-sorcery + # Alexey Shvetsov (21 May 2012) # Need deps pecl-apc and pecl-uploadprogress bug #416897 >=www-apps/drupal-7.14