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-cangjie/
Date: Sat, 01 Aug 2020 12:43:46
Message-Id: 1596285453.48fb70779ebba4a03edcbfa7bb20384059620f7f.hattya@gentoo
1 commit: 48fb70779ebba4a03edcbfa7bb20384059620f7f
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 12:37:33 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 12:37:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fb7077
7
8 app-i18n/ibus-cangjie: update to EAPI 7
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
17 index 2c17f511f6d..1f42602a211 100644
18 --- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
19 +++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
20 @@ -1,7 +1,7 @@
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 PYTHON_COMPAT=( python3_{6,7,8} )
27
28 inherit gnome2-utils python-r1 xdg
29 @@ -21,8 +21,8 @@ RDEPEND="${PYTHON_DEPS}
30 app-i18n/libcangjie
31 dev-python/cangjie[${PYTHON_USEDEP}]
32 nls? ( virtual/libintl )"
33 -DEPEND="${RDEPEND}
34 - dev-util/intltool
35 +DEPEND="${RDEPEND}"
36 +BDEPEND="dev-util/intltool
37 nls? ( sys-devel/gettext )"
38
39 src_configure() {