diff options
author | Ryan Qian <i@bitbili.net> | 2024-02-02 22:10:15 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-02-07 13:16:49 +0800 |
commit | 065d965493d80d649a45865c74b472b99f41bbf2 (patch) | |
tree | fa96a5f77be1df3386b9c637dfaa90bce7dafe08 /app-i18n | |
parent | app-i18n/fcitx-chewing: fix icon collision between slot 4 and 5 (diff) | |
download | gentoo-065d965493d80d649a45865c74b472b99f41bbf2.tar.gz gentoo-065d965493d80d649a45865c74b472b99f41bbf2.tar.bz2 gentoo-065d965493d80d649a45865c74b472b99f41bbf2.zip |
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@bitbili.net>
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 " |