Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
Date: Sat, 01 Aug 2020 12:23:20
Message-Id: 1596284580.059e7adee22d41a1708d01f27c6dba1b2a3080c4.hattya@gentoo
1 commit: 059e7adee22d41a1708d01f27c6dba1b2a3080c4
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 12:17:40 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 12:23:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059e7ade
7
8 dev-python/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 dev-python/cangjie/cangjie-1.3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild
17 index 61b243fd4fd..c3b82137027 100644
18 --- a/dev-python/cangjie/cangjie-1.3.ebuild
19 +++ b/dev-python/cangjie/cangjie-1.3.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 autotools python-r1
29 @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="${PYTHON_DEPS}
32 app-i18n/libcangjie"
33 -DEPEND="${RDEPEND}
34 - dev-python/cython[${PYTHON_USEDEP}]
35 +DEPEND="${RDEPEND}"
36 +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
37 virtual/pkgconfig"
38
39 src_prepare() {