From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6674415820A for ; Tue, 08 Jul 2025 11:44:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4E01C340FB4 for ; Tue, 08 Jul 2025 11:44:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 847FB11055B; Tue, 08 Jul 2025 11:44:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7ECA911055B for ; Tue, 08 Jul 2025 11:44:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DC06340FB1 for ; Tue, 08 Jul 2025 11:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82DA62ECA for ; Tue, 08 Jul 2025 11:44:26 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1751974851.de09f2f1c39cea64085c90ea2119ffa0655c1b69.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild X-VCS-Directories: app-i18n/fcitx-chewing/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: de09f2f1c39cea64085c90ea2119ffa0655c1b69 X-VCS-Branch: master Date: Tue, 08 Jul 2025 11:44:26 +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: 0c89de2f-e478-423e-81ea-0788cdb8f43b X-Archives-Hash: 5f927e39a4ec810b0dd91c58a7fb19a4 commit: de09f2f1c39cea64085c90ea2119ffa0655c1b69 Author: Yongxiang Liang gmail com> AuthorDate: Wed Jul 2 09:12:06 2025 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Jul 8 11:40:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de09f2f1 app-i18n/fcitx-chewing: limit gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild | 5 +++-- app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild index 2008891f84f7..4e55cffff467 100644 --- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild +++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild @@ -11,6 +11,8 @@ DESCRIPTION="Chewing Wrapper for Fcitx." HOMEPAGE="https://github.com/fcitx/fcitx5-chewing" SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" +S="${WORKDIR}/${MY_PN}-${PV}" + LICENSE="LGPL-2.1+" SLOT="5" KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" @@ -18,9 +20,8 @@ KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" RDEPEND=" !app-i18n/fcitx-chewing:4 >=app-i18n/fcitx-5.1.9:5 + =app-i18n/libchewing-0.5.0 " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild index 134b7bfc0ba6..5d0b60856279 100644 --- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild +++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" RDEPEND=" !app-i18n/fcitx-chewing:4 - >=app-i18n/fcitx-5.1.12:5 + =app-i18n/fcitx-5.1.12*:5 >=app-i18n/libchewing-0.5.0 " DEPEND="${RDEPEND}"