diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-09-23 05:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-24 10:26:45 -0400 |
commit | 7f3ff712f2ee4c8372e7c49a1e863201f22b2ff8 (patch) | |
tree | 5bcda6daff1d3acd6e626d49cb031d5bc0ad32db /app-i18n | |
parent | app-i18n/fcitx-configtool: Add dev-libs/glib:2 to BDEPEND. (diff) | |
download | gentoo-7f3ff712f2ee4c8372e7c49a1e863201f22b2ff8.tar.gz gentoo-7f3ff712f2ee4c8372e7c49a1e863201f22b2ff8.tar.bz2 gentoo-7f3ff712f2ee4c8372e7c49a1e863201f22b2ff8.zip |
app-i18n/fcitx-table-extra: Use EAPI="7".
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild | 7 | ||||
-rw-r--r-- | app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild index b059a1678b33..24ac93647c3e 100644 --- a/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild @@ -1,7 +1,7 @@ # Copyright 2012-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit cmake-utils xdg-utils @@ -24,9 +24,10 @@ SLOT="4" KEYWORDS="amd64 ppc ppc64 x86" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4[table]" -DEPEND="${RDEPEND} +BDEPEND=">=app-i18n/fcitx-4.2.9:4 virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4[table]" +RDEPEND="${DEPEND}" DOCS=(AUTHORS) diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild index b2d44e1de0f0..c0ca979992be 100644 --- a/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2012-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit cmake-utils xdg-utils @@ -24,9 +24,10 @@ SLOT="4" KEYWORDS="" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4[table]" -DEPEND="${RDEPEND} +BDEPEND=">=app-i18n/fcitx-4.2.9:4 virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4[table]" +RDEPEND="${DEPEND}" DOCS=(AUTHORS) |