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 6E8C91382C5 for ; Mon, 8 Jun 2020 18:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7EC6E086E; Mon, 8 Jun 2020 18:48:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9103CE086E for ; Mon, 8 Jun 2020 18:48:17 +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 807E034E54E for ; Mon, 8 Jun 2020 18:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ABBD1EE for ; Mon, 8 Jun 2020 18:48:15 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1591641981.0ff08f4033d96cd5f538a4030b1e91ad8083863b.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/package.use.force profiles/prefix/darwin/macos/package.use.mask X-VCS-Directories: profiles/prefix/darwin/macos/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 0ff08f4033d96cd5f538a4030b1e91ad8083863b X-VCS-Branch: master Date: Mon, 8 Jun 2020 18:48:15 +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: 24a84417-47c9-4c3d-bbbc-9862847df42f X-Archives-Hash: 551d743c5a05b4b4ea7dc26060393c7a commit: 0ff08f4033d96cd5f538a4030b1e91ad8083863b Author: Fabian Groffen gentoo org> AuthorDate: Mon Jun 8 18:46:21 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 8 18:46:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff08f40 profiles/prefix/darwin/macos: force USE=tinfo into masked Try to avoid breaking more Darwin systems, and help people who try to recover from it, ncurses MUST be built with USE=-tinfo on Darwin! Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/package.use.force | 9 ++++++++- profiles/prefix/darwin/macos/package.use.mask | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/profiles/prefix/darwin/macos/package.use.force b/profiles/prefix/darwin/macos/package.use.force index 93ffdde1c0f..f379b249c79 100644 --- a/profiles/prefix/darwin/macos/package.use.force +++ b/profiles/prefix/darwin/macos/package.use.force @@ -1,6 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (2020-06-08) +# Do NOT enable tinfo, it breaks ANYTHING existing, and it also breaks +# ncurses itself, for it apparently doesn't link against tinfo itself, +# which needs fixing before re-enabling tinfo again. +sys-libs/ncurses -tinfo +sys-libs/ncurses-compat -tinfo + # Fabian Groffen (2012-03-24) # Non-threaded target doesn't exist for Mac OS X Intel media-gfx/tachyon threads opengl diff --git a/profiles/prefix/darwin/macos/package.use.mask b/profiles/prefix/darwin/macos/package.use.mask index fb0d24c5455..9060605d417 100644 --- a/profiles/prefix/darwin/macos/package.use.mask +++ b/profiles/prefix/darwin/macos/package.use.mask @@ -1,6 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (2020-06-08) +# Do NOT enable tinfo, it breaks ANYTHING existing, and it also breaks +# ncurses itself, for it apparently doesn't link against tinfo itself, +# which needs fixing before re-enabling tinfo again. +sys-libs/ncurses tinfo +sys-libs/ncurses-compat tinfo + # Andrey Utkin (2018-03-11) # This flag can be sensibly enabled only on macos # hence it is masked in base profile. Bug #637482