app-i18n/fcitx-hangul: Use EAPI="7".

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2019-10-03 05:56:39 +00:00
committed by Mike Gilbert
parent 8f87e8e398
commit fa13d94db9
2 changed files with 18 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2013-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
EAPI="7"
inherit cmake-utils gnome2-utils
inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
@@ -24,20 +24,20 @@ SLOT="4"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
RDEPEND=">=app-i18n/fcitx-4.2.9:4
BDEPEND="sys-devel/gettext
virtual/pkgconfig"
DEPEND=">=app-i18n/fcitx-4.2.9:4
app-i18n/libhangul:=
virtual/libiconv
virtual/libintl"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
RDEPEND="${DEPEND}"
DOCS=(AUTHORS)
pkg_postinst() {
gnome2_icon_cache_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
xdg_icon_cache_update
}

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2013-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
EAPI="7"
inherit cmake-utils gnome2-utils
inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
@@ -24,20 +24,20 @@ SLOT="4"
KEYWORDS=""
IUSE=""
RDEPEND=">=app-i18n/fcitx-4.2.9:4
BDEPEND="sys-devel/gettext
virtual/pkgconfig"
DEPEND=">=app-i18n/fcitx-4.2.9:4
app-i18n/libhangul:=
virtual/libiconv
virtual/libintl"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
RDEPEND="${DEPEND}"
DOCS=(AUTHORS)
pkg_postinst() {
gnome2_icon_cache_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
xdg_icon_cache_update
}