Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/aspell/
Date: Sat, 29 Dec 2018 17:32:34
Message-Id: 1546104605.c9749cd7acbcc6731016ccf8f311c96cb91e6ba3.blueness@gentoo
1 commit: c9749cd7acbcc6731016ccf8f311c96cb91e6ba3
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 17:30:05 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 17:30:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9749cd7
7
8 app-text/aspell: add support for musl
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-text/aspell/aspell-0.60.7_rc1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/aspell/aspell-0.60.7_rc1.ebuild b/app-text/aspell/aspell-0.60.7_rc1.ebuild
17 index eecfee4dcba..078e7eb71a3 100644
18 --- a/app-text/aspell/aspell-0.60.7_rc1.ebuild
19 +++ b/app-text/aspell/aspell-0.60.7_rc1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -72,7 +72,7 @@ src_prepare() {
27
28 # unicode patch breaks on Darwin, NCURSES_WIDECHAR won't get set
29 # any more. Fix this.
30 - [[ ${CHOST} == *-darwin* ]] && use unicode && \
31 + [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-musl* ]] && use unicode && \
32 append-cppflags -DNCURSES_WIDECHAR=1
33 }