diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-12-12 22:34:10 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-12-12 22:34:10 +0900 |
commit | 064f30f3557cc652fb6916db0861a5c74d07537b (patch) | |
tree | 7740a33c843286ca8cbb97788d1dc524dc09b0af | |
parent | app-i18n/ibus-table-chinese: drop old (diff) | |
download | gentoo-064f30f3557cc652fb6916db0861a5c74d07537b.tar.gz gentoo-064f30f3557cc652fb6916db0861a5c74d07537b.tar.bz2 gentoo-064f30f3557cc652fb6916db0861a5c74d07537b.zip |
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
-rw-r--r-- | app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 36f3ece322b8..8d412b554c15 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 |