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 982051384B4 for ; Wed, 18 Nov 2015 15:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E514221C023; Wed, 18 Nov 2015 15:40:30 +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 83DD121C005 for ; Wed, 18 Nov 2015 15:40:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B36A1340988 for ; Wed, 18 Nov 2015 15:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A5791252 for ; Wed, 18 Nov 2015 15:40:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447861215.71cb9212c89d2bf1b204e838dce369cd49612b95.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/ia64/, profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.mask profiles/arch/ia64/package.use.mask profiles/arch/sparc/package.use.mask X-VCS-Directories: profiles/arch/sparc/ profiles/arch/ia64/ profiles/arch/alpha/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 71cb9212c89d2bf1b204e838dce369cd49612b95 X-VCS-Branch: master Date: Wed, 18 Nov 2015 15:40:25 +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: 67d2d504-0239-4f23-bd6c-0f76e8c66b19 X-Archives-Hash: 52f19f51ff7c4fffbd2d6f5e5bc675cd commit: 71cb9212c89d2bf1b204e838dce369cd49612b95 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 18 15:32:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 18 15:40:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cb9212 profiles: Mask USE on arches triggering incompatible deps Signed-off-by: Justin Lecher gentoo.org> profiles/arch/alpha/package.use.mask | 7 +++++++ profiles/arch/ia64/package.use.mask | 7 +++++++ profiles/arch/sparc/package.use.mask | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 0e65b50..81945cc 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported to ALPHA +dev-python/wsgiproxy2 test +dev-python/pyquery test + # Matt Turner (15 Nov 2015) # Missing keywords dev-util/perf numa diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 4ae372c..b22c144 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported +dev-python/wsgiproxy2 test +dev-python/pyquery test + # Pacho Ramos (15 Nov 2015) # Missing keywords >=media-plugins/grilo-plugins-0.2.16 upnp-av diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 8eeaedb..fecfa8d 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported +dev-python/wsgiproxy2 test +dev-python/pyquery test + # Pacho Ramos (15 Nov 2015) # Missing keywords >=media-plugins/grilo-plugins-0.2.14 upnp-av