commit: 81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Thu Jun 21 09:10:26 2018 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Thu Jun 21 10:53:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81da9a4e
profiles/prefix: advance seccomp to use.mask There are more packages than just app-misc/pax-utils that may use it, so advance seccomp from package.use.mask to use.mask. Bug: https://bugs.gentoo.org/585756 profiles/prefix/package.use.mask | 5 ----- profiles/prefix/use.mask | 7 ++++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index b97a4bb7178..aa30efa71a2 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,11 +1,6 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Fabian Groffen <[email protected]> (27 Jun 2016) -# sys-libs/libseccomp is a linux interface, not sure if it will work -# in prefix for Linux either, bug #585756 -app-misc/pax-utils seccomp - # Mikle Kolyada <[email protected]> (29 Nov 2014) # Masked because of lack of manpower/time (bug #497068) dev-vcs/git mediawiki mediawiki-experimental diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index 134085a9be5..80601532ae2 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michael Haubenwallner <[email protected]> (21 Jun 2018) +# sys-libs/libseccomp is a linux interface, not sure if it will work +# in prefix for Linux either, bug #585756 +seccomp + # Mask all glibc/linux combination, unmasked in the appropriate profiles elibc_glibc kernel_linux
