summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2020-09-03 22:43:00 +0900
committerAkinori Hattori <hattya@gentoo.org>2020-09-03 22:43:00 +0900
commit85bc4beebdda997a55444c8898b5f21d86295c02 (patch)
treea69aaf68785c3ba13d98028de8b4d398956e0dad /app-i18n/ibus-table-chinese
parentapp-i18n/ibus-table-chinese: update LICENSE (diff)
downloadgentoo-85bc4beebdda997a55444c8898b5f21d86295c02.tar.gz
gentoo-85bc4beebdda997a55444c8898b5f21d86295c02.tar.bz2
gentoo-85bc4beebdda997a55444c8898b5f21d86295c02.zip
app-i18n/ibus-table-chinese: update to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table-chinese')
-rw-r--r--app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild6
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
}