commit: 03f00d1dc314d5aedd20052147f5304fab5d5537 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 9 12:00:01 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (2020-09-09) # Masked for removal in 30 days, no revdeps. # Backport of a module included in Python >= 3.3.
