From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69946138334 for ; Thu, 21 Jun 2018 10:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E5B7E0963; Thu, 21 Jun 2018 10:54:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D8F2E0961 for ; Thu, 21 Jun 2018 10:54:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFF02335CA5 for ; Thu, 21 Jun 2018 10:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A650E2E8 for ; Thu, 21 Jun 2018 10:54:24 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1529578382.81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/package.use.mask profiles/prefix/use.mask X-VCS-Directories: profiles/prefix/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa X-VCS-Branch: master Date: Thu, 21 Jun 2018 10:54:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4479c72a-24e2-42e7-affb-aa05045d4183 X-Archives-Hash: 56d1c8d0f71651711085d2217de6478d commit: 81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Jun 21 09:10:26 2018 +0000 Commit: Michael Haubenwallner gentoo 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 (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 (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 (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