summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2020-09-03 22:51:56 +0900
committerAkinori Hattori <hattya@gentoo.org>2020-09-03 22:51:56 +0900
commit80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4 (patch)
tree19bef3cf1401764e5d0c1b5c95804d365b0b5bcb /app-i18n/ibus-table-others
parentapp-i18n/ibus-table-others: update LICENSE (diff)
downloadgentoo-80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4.tar.gz
gentoo-80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4.tar.bz2
gentoo-80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4.zip
app-i18n/ibus-table-others: update to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table-others')
-rw-r--r--app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index 5d1041b1846a..9a293c70f8c3 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.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"
DESCRIPTION="Various tables for IBus-Table"
HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
@@ -17,5 +17,5 @@ RDEPEND="app-i18n/ibus-table
!app-i18n/ibus-table-cyrillic
!app-i18n/ibus-table-latin
!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"