commit: 80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Thu Sep 3 13:51:56 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Thu Sep 3 13:51:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80abc2ed
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 <AT> gentoo.org> app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 6 +++--- 1 file 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 5d1041b1846..9a293c70f8c 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"
