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 682ED138350 for ; Fri, 13 Mar 2020 23:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6348E09C6; Fri, 13 Mar 2020 23:19:48 +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 881C7E09C6 for ; Fri, 13 Mar 2020 23:19:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5E7A034EBBE for ; Fri, 13 Mar 2020 23:19:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 897039C for ; Fri, 13 Mar 2020 23:19:45 +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: <1584141580.093d5cf9d38a16832f6ac6f8303e4f64710357c7.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/uclibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/uclibc/package.mask X-VCS-Directories: profiles/features/uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 093d5cf9d38a16832f6ac6f8303e4f64710357c7 X-VCS-Branch: master Date: Fri, 13 Mar 2020 23:19:45 +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: 577e2d2f-1203-40f5-9eaf-97232960083c X-Archives-Hash: d0a497eed83e8b2317f9d4d6bb0af9c0 commit: 093d5cf9d38a16832f6ac6f8303e4f64710357c7 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Mar 13 23:19:09 2020 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Mar 13 23:19:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093d5cf9 profiles: mask ~sys-apps/coreutils-8.31 on uclibc Signed-off-by: Anthony G. Basile gentoo.org> profiles/features/uclibc/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/features/uclibc/package.mask b/profiles/features/uclibc/package.mask index 7129450631e..635fbd4b87c 100644 --- a/profiles/features/uclibc/package.mask +++ b/profiles/features/uclibc/package.mask @@ -5,6 +5,9 @@ sys-libs/musl sys-libs/glibc sys-libs/pam +# Version 8.31 is broken on uclibc, but not 8.30 or 8.32 +~sys-apps/coreutils-8.31 + # We use eudev which is tested on both uclibc and musl sys-apps/systemd sys-fs/udev