commit: b04d494d2350df698c584f86b2fd084b2ddbcece Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Sat Nov 14 21:00:00 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Nov 16 19:51:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04d494d
app-i18n/fcitx: Fix dependency on app-text/enchant. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-i18n/fcitx/fcitx-4.2.9.8.ebuild | 2 +- app-i18n/fcitx/fcitx-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/fcitx/fcitx-4.2.9.8.ebuild b/app-i18n/fcitx/fcitx-4.2.9.8.ebuild index 445151b051e..0b9336e8a57 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.8.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.8.ebuild @@ -59,7 +59,7 @@ DEPEND="dev-libs/glib:2 pango? ( x11-libs/pango ) !pango? ( media-libs/fontconfig ) ) - enchant? ( app-text/enchant:0= ) + enchant? ( app-text/enchant:= ) gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) lua? ( dev-lang/lua:= ) diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild index 3cb6e63cdc7..295d5fa0886 100644 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild @@ -59,7 +59,7 @@ DEPEND="dev-libs/glib:2 pango? ( x11-libs/pango ) !pango? ( media-libs/fontconfig ) ) - enchant? ( app-text/enchant:0= ) + enchant? ( app-text/enchant:= ) gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) lua? ( dev-lang/lua:= )