From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C73315815E for ; Wed, 7 Feb 2024 05:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E8FE2A02; Wed, 7 Feb 2024 05:18:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA819E2A02 for ; Wed, 7 Feb 2024 05:18:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E19E8343104 for ; Wed, 7 Feb 2024 05:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F0ED14C9 for ; Wed, 7 Feb 2024 05:18:17 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1707283009.065d965493d80d649a45865c74b472b99f41bbf2.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-anthy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild X-VCS-Directories: app-i18n/fcitx-anthy/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 065d965493d80d649a45865c74b472b99f41bbf2 X-VCS-Branch: master Date: Wed, 7 Feb 2024 05:18:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b7a501b-a313-4412-b23e-3572e63c9f1a X-Archives-Hash: 08c51675de0dd34b77843d031f766c98 commit: 065d965493d80d649a45865c74b472b99f41bbf2 Author: Ryan Qian bitbili net> AuthorDate: Fri Feb 2 14:10:15 2024 +0000 Commit: WANG Xuerui gentoo 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 bitbili.net> Signed-off-by: WANG Xuerui 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 "