diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-08-22 17:49:10 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-08-22 11:54:38 -0400 |
commit | e0238f776cc351fc71503d653338fe4891e1ac37 (patch) | |
tree | 2fc7a60b4b202c5b09aa727afd7a75ab2fb3a898 /app-i18n | |
parent | sys-libs/compiler-rt-sanitizers: Enable libFuzzer explicitly (diff) | |
download | gentoo-e0238f776cc351fc71503d653338fe4891e1ac37.tar.gz gentoo-e0238f776cc351fc71503d653338fe4891e1ac37.tar.bz2 gentoo-e0238f776cc351fc71503d653338fe4891e1ac37.zip |
app-i18n/fcitx-anthy: Fix dependency on app-i18n/fcitx (bug #620212).
Diffstat (limited to 'app-i18n')
-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 |