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 69374139083 for ; Tue, 12 Dec 2017 13:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEBFBE0FD1; Tue, 12 Dec 2017 13:34:58 +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 88015E0FD1 for ; Tue, 12 Dec 2017 13:34:58 +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 5FA093416B6 for ; Tue, 12 Dec 2017 13:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 062DCAE93 for ; Tue, 12 Dec 2017 13:34:56 +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: <1513085650.064f30f3557cc652fb6916db0861a5c74d07537b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild X-VCS-Directories: app-i18n/ibus-table-chinese/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 064f30f3557cc652fb6916db0861a5c74d07537b X-VCS-Branch: master Date: Tue, 12 Dec 2017 13:34:56 +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: 47f4ba0d-3055-41ff-ac21-c2852d6d6717 X-Archives-Hash: 4b298e74834967a719d8f3091ecd1bef commit: 064f30f3557cc652fb6916db0861a5c74d07537b Author: Akinori Hattori gentoo org> AuthorDate: Tue Dec 12 13:34:10 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Dec 12 13:34:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064f30f3 app-i18n/ibus-table-chinese: fix build when app-arch/rpm is installed Closes: https://bugs.gentoo.org/634542 Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild index 36f3ece322b..8d412b554c1 100644 --- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild +++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild @@ -24,6 +24,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_FEDORA_TMP_DIR="${T}" -DDATA_DIR="${EPREFIX}"/usr/share + -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF} ) cmake-utils_src_configure