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/ibus-table-chinese/
Date: Tue, 12 Dec 2017 13:34:59
Message-Id: 1513085650.064f30f3557cc652fb6916db0861a5c74d07537b.hattya@gentoo
1 commit: 064f30f3557cc652fb6916db0861a5c74d07537b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 13:34:10 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 13:34:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064f30f3
7
8 app-i18n/ibus-table-chinese: fix build when app-arch/rpm is installed
9
10 Closes: https://bugs.gentoo.org/634542
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 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
17 index 36f3ece322b..8d412b554c1 100644
18 --- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
19 +++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
20 @@ -24,6 +24,7 @@ src_configure() {
21 local mycmakeargs=(
22 -DCMAKE_FEDORA_TMP_DIR="${T}"
23 -DDATA_DIR="${EPREFIX}"/usr/share
24 + -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
25 -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
26 )
27 cmake-utils_src_configure