diff options
Diffstat (limited to 'app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild')
-rw-r--r-- | app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild | 6 |
1 files changed, 3 insertions, 3 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 95ed956002b5..a34f0e609639 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 @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" CMAKE_IN_SOURCE_BUILD="1" CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake-utils +inherit cmake DESCRIPTION="Chinese tables for IBus-Table" HOMEPAGE="https://github.com/definite/ibus-table-chinese" @@ -27,5 +27,5 @@ src_configure() { -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF} ) - cmake-utils_src_configure + cmake_src_configure } |