diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-09-23 07:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-24 10:26:45 -0400 |
commit | 4f1fd4b05a223e4abd736e7db9ec4bc14528429e (patch) | |
tree | b949a82b838e8277b0b73a91407f9ce4d84179a9 /app-i18n/fcitx-unikey | |
parent | app-i18n/fcitx-table-extra: Use cmake.eclass. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild | 12 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild | 12 |
2 files changed, 14 insertions, 10 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=() diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild index 5480f861da47..3bd0c12da46b 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.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="" 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=() |