diff options
-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) |