summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2020-08-19 23:25:39 +0900
committerAkinori Hattori <hattya@gentoo.org>2020-08-19 23:39:57 +0900
commit34c49ab445559950d0c54034626e600711c89054 (patch)
tree5813660dc2ea70ba63e5bb65e648b6ac00312d0c /app-i18n/ibus-table
parentapp-i18n/ibus-table: update PYTHON_COMPAT (diff)
downloadgentoo-34c49ab445559950d0c54034626e600711c89054.tar.gz
gentoo-34c49ab445559950d0c54034626e600711c89054.tar.bz2
gentoo-34c49ab445559950d0c54034626e600711c89054.zip
app-i18n/ibus-table: 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 'app-i18n/ibus-table')
-rw-r--r--app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild6
-rw-r--r--app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
index c021640c7f3a..3984c4333630 100644
--- a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.9.18-r1.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} )
PYTHON_REQ_USE="sqlite(+)"
@@ -24,8 +24,8 @@ RDEPEND="${PYTHON_DEPS}
')
virtual/libiconv
nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {
diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
index b34d29b8cfcf..35165054cd63 100644
--- a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.9.21-r1.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} )
PYTHON_REQ_USE="sqlite(+)"
@@ -25,8 +25,8 @@ RDEPEND="${PYTHON_DEPS}
')
virtual/libiconv
nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {