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 5E417138359 for ; Wed, 9 Sep 2020 12:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61448E086F; Wed, 9 Sep 2020 12:00:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3263E086F for ; Wed, 9 Sep 2020 12:00:36 +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 73E61340F60 for ; Wed, 9 Sep 2020 12:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81A2B34A for ; Wed, 9 Sep 2020 12:00:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1599652814.03f00d1dc314d5aedd20052147f5304fab5d5537.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/package.mask X-VCS-Directories: profiles/base/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03f00d1dc314d5aedd20052147f5304fab5d5537 X-VCS-Branch: master Date: Wed, 9 Sep 2020 12:00:33 +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: 3e5063c1-9c0a-4918-80e0-4353c5d7f070 X-Archives-Hash: b6b6e1d40a39ffe94bd211064f74b63e commit: 03f00d1dc314d5aedd20052147f5304fab5d5537 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 9 12:00:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 9 12:00:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f00d1d package.mask: Last rite py2 packages that fail to build Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.mask | 6 ++++++ profiles/package.mask | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 9d76d50d39b..b0f08769296 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (2020-09-09) +# The respective dependencies are masked for removal. +app-metrics/collectd collectd_plugins_gmond +app-metrics/collectd collectd_plugins_onewire +sci-libs/dealii gmsh + # Michał Górny (2020-09-09) # app-misc/g15daemon is masked for removal. app-misc/lcdproc lcd_devices_g15 diff --git a/profiles/package.mask b/profiles/package.mask index 4d5909484a8..e4b83dabb78 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,23 @@ #--- END OF EXAMPLES --- +# Michał Górny (2020-09-09) +# These packages are stuck on Python 2.7. While the Python dependency +# is optional, I can't test removing it because the packages fail +# to build anyway. +# +# net-analyzer/mk-livestatus: py3 bug #735394, build failure bug #705430 +# sci-biology/vienna-rna: py3 bug #735438, build failure bug #707158 +# sci-libs/gmsh: py3 bug #735478, build failure bug #708386 +# sys-cluster/ganglia: py3 bug #735496, build failure bug #631270 +# sys-fs/owfs: py3 bug #735502, build failure bug #707438 +net-analyzer/mk-livestatus +sci-biology/vienna-rna +sci-libs/gmsh +sys-cluster/ganglia +sys-cluster/ganglia-web +sys-fs/owfs + # Louis Sautier (2020-09-09) # Masked for removal in 30 days, no revdeps. # Backport of a module included in Python >= 3.3.