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 118ED138359 for ; Sun, 2 Aug 2020 08:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40453E0C19; Sun, 2 Aug 2020 08:23:13 +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 219F4E0C19 for ; Sun, 2 Aug 2020 08:23:13 +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 D69CB34E927 for ; Sun, 2 Aug 2020 08:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E6A42CC for ; Sun, 2 Aug 2020 08:23:10 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1596356586.2d49f0964fc067682ce320132d2773d6bc7d0e5a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/metadata.xml X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2d49f0964fc067682ce320132d2773d6bc7d0e5a X-VCS-Branch: master Date: Sun, 2 Aug 2020 08:23:10 +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: 8c838ce4-e69a-405a-b230-901302e2b2d4 X-Archives-Hash: 49140cb936614b7565fbe776fb5493d9 commit: 2d49f0964fc067682ce320132d2773d6bc7d0e5a Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Sat Aug 1 16:55:13 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Aug 2 08:23:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d49f096 dev-lang/ghc: fix typo in flag description Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16933 Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/ghc/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ghc/metadata.xml b/dev-lang/ghc/metadata.xml index 5169f69026c..eef249cad28 100644 --- a/dev-lang/ghc/metadata.xml +++ b/dev-lang/ghc/metadata.xml @@ -7,10 +7,10 @@ Install the binary version directly, rather than using it to build the source version. - Enable DWARF-based baclktraces using dev-libs/elfutils. + Enable DWARF-based backtraces using dev-libs/elfutils. Internal: Bootstrap GHC from an existing GHC installation. Internal: Build binary friendly for redistribution. - use dev-libs/gmp for integer operations (works faster, but an external depend). + Use dev-libs/gmp for integer operations (works faster, but an external depend). Enable NUMA thread balancing policy using sys-process/numactl.