diff options
author | 2020-09-09 14:00:01 +0200 | |
---|---|---|
committer | 2020-09-09 14:00:14 +0200 | |
commit | 03f00d1dc314d5aedd20052147f5304fab5d5537 (patch) | |
tree | 4f567966efb41a975efc2dbe42002c5648a5aa98 /profiles | |
parent | sci-libs/mathgl: Eradicate python2 (diff) | |
download | gentoo-03f00d1dc314d5aedd20052147f5304fab5d5537.tar.gz gentoo-03f00d1dc314d5aedd20052147f5304fab5d5537.tar.bz2 gentoo-03f00d1dc314d5aedd20052147f5304fab5d5537.zip |
package.mask: Last rite py2 packages that fail to build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/package.mask | 17 |
2 files changed, 23 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 9d76d50d39b4..b0f087692960 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # mask everywhere, unmask on arch/*) use arch/base. # Michał Górny <mgorny@gentoo.org> (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 <mgorny@gentoo.org> (2020-09-09) # app-misc/g15daemon is masked for removal. app-misc/lcdproc lcd_devices_g15 media-sound/mangler g15 diff --git a/profiles/package.mask b/profiles/package.mask index 4d5909484a8b..e4b83dabb78c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,23 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (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 <sbraz@gentoo.org> (2020-09-09) # Masked for removal in 30 days, no revdeps. # Backport of a module included in Python >= 3.3. |