Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
Date: Thu, 03 Oct 2019 12:50:22
Message-Id: 1570106919.4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50.hattya@gentoo
1 commit: 4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 12:48:39 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 12:48:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e839cb3
7
8 app-i18n/skkfep: fix build with sys-libs/ncurses[tinfo]
9
10 Closes: https://bugs.gentoo.org/689992
11 Package-Manager: Portage-2.3.76, Repoman-2.3.16
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 app-i18n/skkfep/skkfep-0.87-r1.ebuild | 8 +++++---
15 1 file changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
18 index a74c53e6af3..09854d0d202 100644
19 --- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
20 +++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -16,7 +16,8 @@ IUSE=""
28
29 DEPEND="sys-apps/sed
30 sys-libs/ncurses:=
31 - virtual/awk"
32 + virtual/awk
33 + virtual/pkgconfig"
34 RDEPEND="sys-libs/ncurses:=
35 app-i18n/skk-jisyo"
36
37 @@ -36,7 +37,8 @@ src_prepare() {
38 src_compile() {
39 emake \
40 CC="$(tc-getCC)" \
41 - OPTIMIZE="${CFLAGS}"
42 + OPTIMIZE="${CFLAGS}" \
43 + EXTRALIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
44 }
45
46 src_install() {