diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:17:40 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:23:00 +0900 |
commit | 059e7adee22d41a1708d01f27c6dba1b2a3080c4 (patch) | |
tree | 3aa61113c17a8fc9c515901927dbae7f9b6ecbcf /dev-python/cangjie | |
parent | dev-perl/Dist-Zilla-Plugin-Meta-Contributors: -r bump for LICENSE (diff) | |
download | gentoo-059e7adee22d41a1708d01f27c6dba1b2a3080c4.tar.gz gentoo-059e7adee22d41a1708d01f27c6dba1b2a3080c4.tar.bz2 gentoo-059e7adee22d41a1708d01f27c6dba1b2a3080c4.zip |
dev-python/cangjie: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-python/cangjie')
-rw-r--r-- | dev-python/cangjie/cangjie-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild index 61b243fd4fdf..c3b821370277 100644 --- a/dev-python/cangjie/cangjie-1.3.ebuild +++ b/dev-python/cangjie/cangjie-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools python-r1 @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} app-i18n/libcangjie" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] +DEPEND="${RDEPEND}" +BDEPEND="dev-python/cython[${PYTHON_USEDEP}] virtual/pkgconfig" src_prepare() { |