diff options
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild | 5 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild index d2880845566f..9735d4b6fb64 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 + inherit cmake-utils gnome2-utils DESCRIPTION="Japanese Anthy module for Fcitx" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.8 +RDEPEND=">=app-i18n/fcitx-4.2.8[X,xml] app-i18n/anthy" DEPEND="${RDEPEND} sys-devel/gettext diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild index 1586ad6f7afd..bdfdf7a89da4 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 + inherit cmake-utils gnome2-utils DESCRIPTION="Japanese Anthy module for Fcitx" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.8 +RDEPEND=">=app-i18n/fcitx-4.2.8[X,xml] app-i18n/anthy" DEPEND="${RDEPEND} sys-devel/gettext |