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: Thu, 03 Sep 2020 13:46:30
Message-Id: 1599140580.85bc4beebdda997a55444c8898b5f21d86295c02.hattya@gentoo
1 commit: 85bc4beebdda997a55444c8898b5f21d86295c02
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 13:43:00 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 13:43:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bc4bee
7
8 app-i18n/ibus-table-chinese: update to EAPI 7
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
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 95ed956002b..a34f0e60963 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 @@ -1,11 +1,11 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI="7"
26 CMAKE_IN_SOURCE_BUILD="1"
27 CMAKE_MAKEFILE_GENERATOR="emake"
28
29 -inherit cmake-utils
30 +inherit cmake
31
32 DESCRIPTION="Chinese tables for IBus-Table"
33 HOMEPAGE="https://github.com/definite/ibus-table-chinese"
34 @@ -27,5 +27,5 @@ src_configure() {
35 -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
36 -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
37 )
38 - cmake-utils_src_configure
39 + cmake_src_configure
40 }