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 5FA72138334 for ; Fri, 14 Jun 2019 22:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BAC5E07F1; Fri, 14 Jun 2019 22:00:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 48918E07F1 for ; Fri, 14 Jun 2019 22:00:55 +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 98599346110 for ; Fri, 14 Jun 2019 22:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9EDC5E6 for ; Fri, 14 Jun 2019 22:00:48 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1560549623.ae28065309e859564786c3084e52d11bc5d8cc30.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/powerpc/ppc32/17.0/uclibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask X-VCS-Directories: profiles/default/linux/powerpc/ppc32/17.0/uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ae28065309e859564786c3084e52d11bc5d8cc30 X-VCS-Branch: master Date: Fri, 14 Jun 2019 22:00:48 +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: db8eae0c-3a5a-4b33-9951-b12e94595237 X-Archives-Hash: 56457e0900b772180980b97138e48156 commit: ae28065309e859564786c3084e52d11bc5d8cc30 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jun 14 22:00:23 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jun 14 22:00:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae280653 profiles: tweak default USE flags for ppc uclibc Signed-off-by: Anthony G. Basile gentoo.org> profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use | 3 +++ profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use new file mode 100644 index 00000000000..c5b2c94bf03 --- /dev/null +++ b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use @@ -0,0 +1,3 @@ +# Anthony G. Basile (14 Jun 2019) +# This is needed for default stage3 +sys-libs/gdbm berkdb diff --git a/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask index 6cb4c23de17..19760ecc41d 100644 --- a/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask +++ b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask @@ -1,3 +1,7 @@ # Anthony G. Basile (12 Jun 2019) # Unfortunately pie has broken on ppc uclibc for years sys-devel/gcc pie + +# Anthony G. Basile (14 Jun 2019) +# pie is also broken on openssh uclibc +net-misc/openssh pie