commit:     85bc4beebdda997a55444c8898b5f21d86295c02
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:43:00 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:43:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bc4bee

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 <AT> gentoo.org>

 app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild | 6 +++---
 1 file 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 95ed956002b..a34f0e60963 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
 }

Reply via email to