commit: 065d965493d80d649a45865c74b472b99f41bbf2 Author: Ryan Qian <i <AT> bitbili <DOT> net> AuthorDate: Fri Feb 2 14:10:15 2024 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 05:16:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065d9654
app-i18n/fcitx-anthy: fix icon collisions between slot 4 and 5 Since the corresponding major dependencies app-i18n/fcitx:5 and app-i18n/fcitx:4 are mutually blocked, it is sufficient to make these two also mutually blocked. Closes: https://bugs.gentoo.org/923576 Closes: https://github.com/gentoo/gentoo/pull/35148 Signed-off-by: Ryan Qian <i <AT> bitbili.net> Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild index dea567bb74f8..0c92f331693c 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild @@ -18,6 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + !app-i18n/fcitx-anthy:4 app-i18n/anthy >=app-i18n/fcitx-5.1.6:5 "
