mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/fcitx-anthy: 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:
committed by
Mike Gilbert
parent
8ce67ef06c
commit
4e0262b8bc
@@ -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
|
# 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
|
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@@ -24,18 +24,18 @@ SLOT="4"
|
|||||||
KEYWORDS="amd64 ppc ppc64 x86"
|
KEYWORDS="amd64 ppc ppc64 x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml]
|
BDEPEND="virtual/pkgconfig"
|
||||||
|
DEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml]
|
||||||
app-i18n/anthy:=
|
app-i18n/anthy:=
|
||||||
virtual/libintl"
|
virtual/libintl"
|
||||||
DEPEND="${RDEPEND}
|
RDEPEND="${DEPEND}"
|
||||||
virtual/pkgconfig"
|
|
||||||
|
|
||||||
DOCS=(AUTHORS)
|
DOCS=(AUTHORS)
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
gnome2_icon_cache_update
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
gnome2_icon_cache_update
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
# 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
|
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@@ -24,18 +24,18 @@ SLOT="4"
|
|||||||
KEYWORDS=""
|
KEYWORDS=""
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml]
|
BDEPEND="virtual/pkgconfig"
|
||||||
|
DEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml]
|
||||||
app-i18n/anthy:=
|
app-i18n/anthy:=
|
||||||
virtual/libintl"
|
virtual/libintl"
|
||||||
DEPEND="${RDEPEND}
|
RDEPEND="${DEPEND}"
|
||||||
virtual/pkgconfig"
|
|
||||||
|
|
||||||
DOCS=(AUTHORS)
|
DOCS=(AUTHORS)
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
gnome2_icon_cache_update
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
gnome2_icon_cache_update
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user