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 6AA30158086 for ; Sun, 17 Oct 2021 07:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5845E0863; Sun, 17 Oct 2021 07:43:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC2B1E0863 for ; Sun, 17 Oct 2021 07:43:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D512934339A for ; Sun, 17 Oct 2021 07:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91339D3 for ; Sun, 17 Oct 2021 07:43:37 +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: <1634456609.05f490d8462c5296b881340c7bff00a1eef898e2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05f490d8462c5296b881340c7bff00a1eef898e2 X-VCS-Branch: master Date: Sun, 17 Oct 2021 07:43:37 +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: 91684f5c-3410-4a08-ada8-a5c0df86e834 X-Archives-Hash: 4aa846fdaead87bb7d8031612e4c4f4e commit: 05f490d8462c5296b881340c7bff00a1eef898e2 Author: Sam James gentoo org> AuthorDate: Sun Oct 17 07:43:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 17 07:43:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f490d8 profiles/arch/powerpc/ppc64: mask dnscrypt-proxy[pie] Go doesn't support pie on ppc64. Closes: https://bugs.gentoo.org/818529 Signed-off-by: Sam James gentoo.org> profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 8e183aa4544..2d390aafe9c 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-10-17) +# Go doesn't support pie on ppc64, bug #818529 +net-dns/dnscrypt-proxy pie + # Sam James (2021-09-23) # Needs media-libs/libldac which builds on ppc64le, but not be media-video/pipewire -bluetooth