diff options
author | Ryan Qian <i@bitbili.net> | 2024-02-02 22:05:25 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-02-07 13:16:47 +0800 |
commit | f342541d0b1c0e6a45667fceb479b21b080e03df (patch) | |
tree | 89d7e9781b3bc4f7c9840c12ad3351c3dec8f82b /app-i18n | |
parent | app-i18n/fcitx-rime: fix icon collision between slot 4 and 5 (diff) | |
download | gentoo-f342541d0b1c0e6a45667fceb479b21b080e03df.tar.gz gentoo-f342541d0b1c0e6a45667fceb479b21b080e03df.tar.bz2 gentoo-f342541d0b1c0e6a45667fceb479b21b080e03df.zip |
app-i18n/fcitx-table-extra: 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/923580
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-table-extra/fcitx-table-extra-5.1.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild index 199ff7f064a8..13ba0b2957b7 100644 --- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild @@ -16,6 +16,7 @@ SLOT="5" KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" DEPEND=" + !app-i18n/fcitx-table-extra:4 app-i18n/fcitx:5 app-i18n/libime " |