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 BA3431396D1 for ; Wed, 16 Aug 2017 15:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D998FE0E90; Wed, 16 Aug 2017 15:39:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B554AE0E90 for ; Wed, 16 Aug 2017 15:39: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 7CDDA34186E for ; Wed, 16 Aug 2017 15:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA5DE7839 for ; Wed, 16 Aug 2017 15:39:10 +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: <1502897934.a4089c22a6526c2975dd98ddb882bab41bce28c6.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-chewing/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild X-VCS-Directories: app-i18n/ibus-chewing/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a4089c22a6526c2975dd98ddb882bab41bce28c6 X-VCS-Branch: master Date: Wed, 16 Aug 2017 15:39: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-Archives-Salt: ab0d66c8-924f-4e60-9c3c-0c522ad3f4ec X-Archives-Hash: 91b3339ae6d800f7222d9244f1a17a0d commit: a4089c22a6526c2975dd98ddb882bab41bce28c6 Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 16 15:24:33 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 16 15:38:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4089c22 app-i18n/ibus-chewing: fix build when app-arch/rpm is installed Gentoo-Bug: 597054 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild b/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild index 7bfe451e37b..229d9906d0e 100644 --- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild +++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild @@ -34,6 +34,7 @@ DOCS=( AUTHORS ChangeLog README RELEASE-NOTES.txt USER-GUIDE ) src_configure() { local mycmakeargs=( + -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF} ) use nls || mycmakeargs+=( -DMANAGE_GETTEXT_SUPPORT=0 )