commit: 62914c3275979c37dd59588e929439659624550c Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Mar 19 23:43:39 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 23:46:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62914c32
profiles: stable mask app-admin/collectd plugins on arm Some plugins have unstable deps on arm which won't be stabilized in near future. Gentoo-Bug: https://bugs.gentoo.org/601146 profiles/arch/arm/package.use.stable.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index b002ec9d124..4b1413bcdc8 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <[email protected]> (20 Mar 2017) +# Requires dev-java/java-config and deps which is not stable on arm +# Requires app-emulation/xen-tools which is not stable on arm +app-admin/collectd collectd_plugins_java collectd_plugins_xencpu + # Michael Palimaka <[email protected]> (19 Mar 2017) # Required media-plugins/gst-plugins-x264 is not stable media-plugins/gst-plugins-meta x264
