diff options
Diffstat (limited to 'app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild')
-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" |