diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-09-03 22:51:56 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-09-03 22:51:56 +0900 |
commit | 80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4 (patch) | |
tree | 19bef3cf1401764e5d0c1b5c95804d365b0b5bcb /app-i18n/ibus-table-others | |
parent | app-i18n/ibus-table-others: update LICENSE (diff) | |
download | gentoo-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.ebuild | 6 |
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" |