summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-09-23 07:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2020-09-24 10:26:45 -0400
commit4f1fd4b05a223e4abd736e7db9ec4bc14528429e (patch)
treeb949a82b838e8277b0b73a91407f9ce4d84179a9 /app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
parentapp-i18n/fcitx-table-extra: Use cmake.eclass. (diff)
downloadgentoo-4f1fd4b05a223e4abd736e7db9ec4bc14528429e.tar.gz
gentoo-4f1fd4b05a223e4abd736e7db9ec4bc14528429e.tar.bz2
gentoo-4f1fd4b05a223e4abd736e7db9ec4bc14528429e.zip
app-i18n/fcitx-unikey: Use EAPI="7".
uic (dev-qt/qtwidgets:5) called by build system. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild')
-rw-r--r--app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
index 8492208e08bf..8c4a8bc5436c 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild
@@ -1,7 +1,7 @@
# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
inherit cmake-utils xdg-utils
@@ -24,7 +24,11 @@ SLOT="4"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="+macro-editor"
-RDEPEND=">=app-i18n/fcitx-4.2.9:4
+BDEPEND=">=app-i18n/fcitx-4.2.9:4
+ sys-devel/gettext
+ virtual/pkgconfig
+ macro-editor? ( >=dev-qt/qtwidgets-5.7:5 )"
+DEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/libintl
macro-editor? (
>=app-i18n/fcitx-qt5-1.1:4
@@ -32,9 +36,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4
>=dev-qt/qtgui-5.7:5
>=dev-qt/qtwidgets-5.7:5
)"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
+RDEPEND="${DEPEND}"
DOCS=()