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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B174615ACFC for ; Sun, 30 Apr 2023 07:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED558E078A; Sun, 30 Apr 2023 07:14:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D43FFE078A for ; Sun, 30 Apr 2023 07:14:11 +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 002D43412A0 for ; Sun, 30 Apr 2023 07:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C34AA4E for ; Sun, 30 Apr 2023 07:14:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682838807.c4ba7e222f6bb640ffe3c234f5554f64fedf1673.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/hppa/package.use.force profiles/arch/hppa/package.use.mask X-VCS-Directories: profiles/arch/hppa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4ba7e222f6bb640ffe3c234f5554f64fedf1673 X-VCS-Branch: master Date: Sun, 30 Apr 2023 07:14:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cec4b278-4499-4ca9-97d8-a80c1f9da987 X-Archives-Hash: 6d87d2c710e39bc93a7b410bc6b0a624 commit: c4ba7e222f6bb640ffe3c234f5554f64fedf1673 Author: Sam James gentoo org> AuthorDate: Sun Apr 30 07:13:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 30 07:13:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ba7e22 profiles/arch/hppa: mask sys-devel/gcc[default-stack-clash-protection] Signed-off-by: Sam James gentoo.org> profiles/arch/hppa/package.use.force | 6 +++++- profiles/arch/hppa/package.use.mask | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/hppa/package.use.force b/profiles/arch/hppa/package.use.force index 23d2f5f96e34..b0be4f598798 100644 --- a/profiles/arch/hppa/package.use.force +++ b/profiles/arch/hppa/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-04-30) +# Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there. +sys-devel/gcc -default-stack-clash-protection + # Sam James (2022-02-19) # New enough SpiderMonkey not keyworded here, bug #753221 sys-auth/polkit duktape diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 9977cd44be75..61b32d85aeca 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James (2023-04-30) +# Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there. +sys-devel/gcc default-stack-clash-protection + # Sam James (2023-04-16) # net-libs/libcloudproviders not keyworded here x11-libs/gtk+ cloudproviders