commit: 0946d4577f5c2bc7e123465c1e8c3224ac477f0f Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Mon Aug 13 00:46:44 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Mon Aug 13 00:53:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0946d457
profiles: mask app-emulation/lxc revdeps on ppc64 ppc64 stabilization is too long and make us miss our security target delay on bug #662780. Masking app-emulation/lxc and revdeps until it is stabilized. Bug: https://bugs.gentoo.org/662780 profiles/arch/powerpc/ppc64/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/package.mask b/profiles/arch/powerpc/ppc64/package.mask index 333c0ac220c..c42283edd84 100644 --- a/profiles/arch/powerpc/ppc64/package.mask +++ b/profiles/arch/powerpc/ppc64/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Virgil Dupras <[email protected]> (12 Aug 2018) +# ppc64 stabilization is too long and make us miss our security target delay +# on bug #662780. Masking app-emulation/lxc and revdeps until it is stabilized. +app-emulation/lxc +app-emulation/lxc-templates +dev-python/python3-lxc + # Arfrever Frehtes Taifersar Arahesis <[email protected]> (21 Feb 2018) # Mozc supports only little-endian architectures. app-i18n/mozc
