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-handwrite/
Date: Thu, 14 Oct 2021 12:45:18
Message-Id: 1634215179.3b7de4e964636e45292d43e62a2c5990275b5b1b.hattya@gentoo
1 commit: 3b7de4e964636e45292d43e62a2c5990275b5b1b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 12:39:39 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 12:39:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7de4e9
7
8 app-i18n/ibus-handwrite: update to EAPI 7
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild
17 index cbabf59f679..9dc9b664797 100644
18 --- a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild
19 +++ b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI="7"
27
28 DESCRIPTION="Hand write recognition/input for IBus"
29 HOMEPAGE="https://github.com/microcai/ibus-handwrite"
30 @@ -19,8 +19,8 @@ RDEPEND="app-i18n/ibus
31 app-i18n/zinnia
32 app-i18n/zinnia-tomoe
33 )"
34 -DEPEND="${RDEPEND}
35 - virtual/pkgconfig
36 +DEPEND="${RDEPEND}"
37 +BDEPEND="virtual/pkgconfig
38 nls? ( sys-devel/gettext )"
39
40 PATCHES=( "${FILESDIR}"/${PN}-headers.patch )