diff options
author | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> | 2020-08-01 18:55:13 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-02 09:23:06 +0100 |
commit | 2d49f0964fc067682ce320132d2773d6bc7d0e5a (patch) | |
tree | 8181e9b3c2844b361ee65e3bc693a4c5be0e5027 /dev-lang/ghc | |
parent | package.mask: Last rite dev-python/google-apputils (diff) | |
download | gentoo-2d49f0964fc067682ce320132d2773d6bc7d0e5a.tar.gz gentoo-2d49f0964fc067682ce320132d2773d6bc7d0e5a.tar.bz2 gentoo-2d49f0964fc067682ce320132d2773d6bc7d0e5a.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/metadata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/metadata.xml b/dev-lang/ghc/metadata.xml index 5169f69026cc..eef249cad285 100644 --- a/dev-lang/ghc/metadata.xml +++ b/dev-lang/ghc/metadata.xml @@ -7,10 +7,10 @@ </maintainer> <use> <flag name="binary">Install the binary version directly, rather than using it to build the source version.</flag> - <flag name="elfutils">Enable DWARF-based baclktraces using <pkg>dev-libs/elfutils</pkg>.</flag> + <flag name="elfutils">Enable DWARF-based backtraces using <pkg>dev-libs/elfutils</pkg>.</flag> <flag name="ghcbootstrap">Internal: Bootstrap GHC from an existing GHC installation.</flag> <flag name="ghcmakebinary">Internal: Build binary friendly for redistribution.</flag> - <flag name="gmp">use <pkg>dev-libs/gmp</pkg> for integer operations (works faster, but an external depend).</flag> + <flag name="gmp">Use <pkg>dev-libs/gmp</pkg> for integer operations (works faster, but an external depend).</flag> <flag name="numa">Enable NUMA thread balancing policy using <pkg>sys-process/numactl</pkg>.</flag> </use> </pkgmetadata> |