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 5845A139694 for ; Sun, 23 Jul 2017 13:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD8B4E0BE9; Sun, 23 Jul 2017 13:15:31 +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 857E8E0BE9 for ; Sun, 23 Jul 2017 13:15:31 +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 A455E3417A5 for ; Sun, 23 Jul 2017 13:15:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2238274B5 for ; Sun, 23 Jul 2017 13:15:29 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1500815723.88b9f6e8f3dd5472048f5d9d749d866b6f11d551.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canfep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/canfep/canfep-1.0.ebuild X-VCS-Directories: app-i18n/canfep/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 88b9f6e8f3dd5472048f5d9d749d866b6f11d551 X-VCS-Branch: master Date: Sun, 23 Jul 2017 13:15:29 +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-Archives-Salt: 1a9da65f-036f-438f-9ac1-e53bd2effd0b X-Archives-Hash: 3179fad6f73b2a6198b888add104fe03 commit: 88b9f6e8f3dd5472048f5d9d749d866b6f11d551 Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 23 13:10:01 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 23 13:15:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b9f6e8 app-i18n/canfep: fix build with sys-libs/ncurses[tinfo] Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/canfep/canfep-1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-i18n/canfep/canfep-1.0.ebuild b/app-i18n/canfep/canfep-1.0.ebuild index a872be23a4f..a290748825d 100644 --- a/app-i18n/canfep/canfep-1.0.ebuild +++ b/app-i18n/canfep/canfep-1.0.ebuild @@ -17,7 +17,8 @@ IUSE="unicode" RDEPEND="app-i18n/canna sys-libs/ncurses:=" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" src_prepare() { use unicode && eapply "${DISTDIR}"/${PN}_utf8.diff @@ -29,7 +30,7 @@ src_prepare() { src_compile() { emake \ CC="$(tc-getCXX)" \ - LIBS="-lcanna -lncurses" + LIBS="-lcanna $(pkg-config --libs ncurses)" } src_install() {