diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-10-03 06:26:28 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-10-04 14:42:55 -0400 |
commit | 84d6bc948c7ca01f7d565efa77794af33924f6f2 (patch) | |
tree | eb69406ecc2f4a48ff7afb375a083be4d7801c2e /app-i18n/fcitx-sayura | |
parent | app-i18n/fcitx-qt5: Use EAPI="7". (diff) | |
download | gentoo-84d6bc948c7ca01f7d565efa77794af33924f6f2.tar.gz gentoo-84d6bc948c7ca01f7d565efa77794af33924f6f2.tar.bz2 gentoo-84d6bc948c7ca01f7d565efa77794af33924f6f2.zip |
app-i18n/fcitx-sayura: Use EAPI="7".
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-sayura')
-rw-r--r-- | app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild | 16 | ||||
-rw-r--r-- | app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild index aaecf413d372..c767ad9702dc 100644 --- a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild +++ b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2016-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,18 +24,18 @@ SLOT="4" KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4 +BDEPEND="virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4 virtual/libiconv virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=() pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild index 96a0b8ba5369..782627256f66 100644 --- a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild +++ b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2016-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,18 +24,18 @@ SLOT="4" KEYWORDS="" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4 +BDEPEND="virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4 virtual/libiconv virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=() pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |