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 CEEB5138359 for ; Sun, 18 Oct 2020 00:48:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A7FE09DC; Sun, 18 Oct 2020 00:48:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 07BF5E09DC for ; Sun, 18 Oct 2020 00:48:51 +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 15161340FDF for ; Sun, 18 Oct 2020 00:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C2533BE for ; Sun, 18 Oct 2020 00:48:46 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1602982107.299df922deae741c7b3e2d1103bed0445d2ef77b.gyakovlev@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.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 299df922deae741c7b3e2d1103bed0445d2ef77b X-VCS-Branch: master Date: Sun, 18 Oct 2020 00:48:46 +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: 7f9df6d3-2fbc-4ead-b6c7-211ec5df6cf6 X-Archives-Hash: d212ca636b78f33633428e05cf540876 commit: 299df922deae741c7b3e2d1103bed0445d2ef77b Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Oct 18 00:46:29 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Oct 18 00:48:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299df922 profiles/arch/powerpc/ppc64/package.mask: mask docker Signed-off-by: Georgy Yakovlev gentoo.org> profiles/arch/powerpc/ppc64/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/package.mask b/profiles/arch/powerpc/ppc64/package.mask index 3a653412066..f36237c2c00 100644 --- a/profiles/arch/powerpc/ppc64/package.mask +++ b/profiles/arch/powerpc/ppc64/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2020-10-17) +# Fails to build with buildmode=pie assumptions, which +# does not work on big-endian ppc64 +# next releases remove that assumption and mask will be lifted +app-emulation/docker + # Georgy Yakovlev (2020-09-18) # openjfx:11 does not work on ppc64be dev-java/openjfx:11