diff options
author | Ryan Qian <i@bitbili.net> | 2024-02-02 22:09:09 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-02-07 13:16:48 +0800 |
commit | 510bd401240b4b3ae7f6881486efe90dbdf577a7 (patch) | |
tree | d06a34bc55f1ed6ba88e7bf5155b250097bd51b9 /app-i18n/fcitx-chewing | |
parent | app-i18n/fcitx-hangul: fix icon collision between slot 4 and 5 (diff) | |
download | gentoo-510bd401240b4b3ae7f6881486efe90dbdf577a7.tar.gz gentoo-510bd401240b4b3ae7f6881486efe90dbdf577a7.tar.bz2 gentoo-510bd401240b4b3ae7f6881486efe90dbdf577a7.zip |
app-i18n/fcitx-chewing: fix icon collision 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/923577
Signed-off-by: Ryan Qian <i@bitbili.net>
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-chewing')
-rw-r--r-- | app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild index 9c30a68cf4fa..7a2ba6c6a106 100644 --- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild +++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild @@ -16,6 +16,7 @@ SLOT="5" KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" RDEPEND=" + !app-i18n/fcitx-chewing:4 >=app-i18n/fcitx-5.1.6:5 >=app-i18n/libchewing-0.5.0 " |