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 20CF4138359 for ; Mon, 20 Jul 2020 17:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1C4E086E; Mon, 20 Jul 2020 17:19:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28BC9E086E for ; Mon, 20 Jul 2020 17:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A88434F095 for ; Mon, 20 Jul 2020 17:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D953D2CE for ; Mon, 20 Jul 2020 17:19:28 +0000 (UTC) From: "Brian Dolbec" 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 Dolbec" Message-ID: <1595265558.e8cff6cabf0547fe4446b47c35a50759607051a3.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e8cff6cabf0547fe4446b47c35a50759607051a3 X-VCS-Branch: master Date: Mon, 20 Jul 2020 17:19:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a59c6b05-2f9c-47f4-846c-a3ece2a53fc9 X-Archives-Hash: 0234cdafa18653417b115048d30f3016 commit: e8cff6cabf0547fe4446b47c35a50759607051a3 Author: Brian Dolbec gentoo org> AuthorDate: Mon Jul 20 16:21:56 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Jul 20 17:19:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cff6ca package.use.mask: Add new xbr use flag for dev-python/autobahn-20.7.1 The required dependencies for this feature are not yet complete. I want to know it is desired before I add and maintain them all. Signed-off-by: Brian Dolbec gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 07e752bec99..e653b8a108a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Dolbec (2020-07-20) +# Required dependencies are not yet in the Gentoo ebuild tree +# Please file a bug if this feature is needed +dev-python/autobahn xbr + # Michał Górny (2020-07-13) # Requires vulnerable dev-python/pillow version. sci-libs/scipy python_targets_python2_7