Skip to content

Commit

Permalink
app-i18n/fcitx-libpinyin: Use EAPI="7".
Browse files Browse the repository at this point in the history
gen_binary_files, gen_unigram, import_interpolation (app-i18n/libpinyin) called by build system.
moc (dev-qt/qtcore:5) called by build system.
uic (dev-qt/qtwidgets:5) called by build system.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Oct 2, 2020
1 parent 0623ba1 commit 7c9323d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -24,7 +24,14 @@ SLOT="4"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="dictionary-manager"

RDEPEND=">=app-i18n/fcitx-4.2.9:4
BDEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/libpinyin-2.1.0
virtual/pkgconfig
dictionary-manager? (
>=dev-qt/qtcore-5.7:5
>=dev-qt/qtwidgets-5.7:5
)"
DEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/libpinyin-2.1.0:=
dev-libs/glib:2
sys-apps/dbus
Expand All @@ -38,8 +45,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4
>=dev-qt/qtwebengine-5.7:5[widgets]
>=dev-qt/qtwidgets-5.7:5
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${DEPEND}"

DOCS=(AUTHORS)

Expand Down
14 changes: 10 additions & 4 deletions app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -24,7 +24,14 @@ SLOT="4"
KEYWORDS=""
IUSE="dictionary-manager"

RDEPEND=">=app-i18n/fcitx-4.2.9:4
BDEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/libpinyin-2.1.0
virtual/pkgconfig
dictionary-manager? (
>=dev-qt/qtcore-5.7:5
>=dev-qt/qtwidgets-5.7:5
)"
DEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/libpinyin-2.1.0:=
dev-libs/glib:2
sys-apps/dbus
Expand All @@ -38,8 +45,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4
>=dev-qt/qtwebengine-5.7:5[widgets]
>=dev-qt/qtwidgets-5.7:5
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${DEPEND}"

DOCS=(AUTHORS)

Expand Down

0 comments on commit 7c9323d

Please sign in to comment.