From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1456115-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54066158020 for <garchives@archives.gentoo.org>; Sat, 12 Nov 2022 23:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40EE4E091C; Sat, 12 Nov 2022 23:05:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACC8DE091C for <gentoo-commits@lists.gentoo.org>; Sat, 12 Nov 2022 23:05:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 752CA340CB8 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Nov 2022 23:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9C2C73B for <gentoo-commits@lists.gentoo.org>; Sat, 12 Nov 2022 23:05:24 +0000 (UTC) From: "Andreas K. Hüttel" <dilfridge@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org> Message-ID: <1668294311.4c9d6dfc7df5fef7cfc2b7fbf3cc89ec9512a51a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/releases/17.0/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force profiles/base/package.use.mask profiles/releases/17.0/package.use.force profiles/releases/17.0/package.use.mask X-VCS-Directories: profiles/releases/17.0/ profiles/base/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4c9d6dfc7df5fef7cfc2b7fbf3cc89ec9512a51a X-VCS-Branch: master Date: Sat, 12 Nov 2022 23:05:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2646fa3-9e0b-4c55-b8d2-94c1d641bbd5 X-Archives-Hash: 70323c7dafe2f290d092051e5ed39311 commit: 4c9d6dfc7df5fef7cfc2b7fbf3cc89ec9512a51a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 22 16:06:46 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 12 23:05:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9d6dfc profiles: Move gcc PIE forcing from releases/17.0 to base Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/package.use.force | 5 +++++ profiles/base/package.use.mask | 4 ---- profiles/releases/17.0/package.use.force | 6 +----- profiles/releases/17.0/package.use.mask | 4 ---- 4 files changed, 6 insertions(+), 13 deletions(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 76b5768c656b..f423a411ebe4 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -142,6 +142,11 @@ media-sound/lilypond guile2 # to have a compiler not capable of C++, bug #692126. sys-devel/gcc cxx +# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-27) +# Force default-PIE build on 17.0 profiles and later. +# Moved here from releases/17.0 (2022-10-22) +sys-devel/gcc pie + # Andreas K. Hüttel <dilfridge@gentoo.org> (2019-04-14) # Make sure glibc static libs are installed for now. Not installing # them is an experimental feature and needs testing. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 389658bab392..3a3c6d81ae61 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -638,10 +638,6 @@ sci-libs/linux-gpib php # Mask ruby20-only compatible packages ~media-libs/libcaca-0.99_beta19 ruby -# Matthias Maier <tamiko@gentoo.org> (2017-05-11) -# Globally mask pie use flag. Selectively unmask on specific profiles. -sys-devel/gcc pie - # Mike Gilbert <floppym@gentoo.org> (2017-02-16) # Multiple test failures. sys-boot/grub:2 test diff --git a/profiles/releases/17.0/package.use.force b/profiles/releases/17.0/package.use.force index 93c1097058f0..fb7bef2767c1 100644 --- a/profiles/releases/17.0/package.use.force +++ b/profiles/releases/17.0/package.use.force @@ -1,6 +1,2 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 - -# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-27) -# Force default-PIE build on 17.0 profiles. -sys-devel/gcc pie diff --git a/profiles/releases/17.0/package.use.mask b/profiles/releases/17.0/package.use.mask index e43c3f628a84..adc292d4df13 100644 --- a/profiles/releases/17.0/package.use.mask +++ b/profiles/releases/17.0/package.use.mask @@ -1,6 +1,2 @@ # Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 - -# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-27) -# Unmask default-PIE on 17.0 profiles. -sys-devel/gcc -pie