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 EEC941584AD for ; Sun, 04 May 2025 03:32:05 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D4442343112 for ; Sun, 04 May 2025 03:32:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C3E5F11036D; Sun, 04 May 2025 03:32:04 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BF1AA11036D for ; Sun, 04 May 2025 03:32:04 +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 69C2B3430FC for ; Sun, 04 May 2025 03:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1496F18 for ; Sun, 04 May 2025 03:32:02 +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: <1746329318.edf0a960f71ee251e82b4093e1e4544e8d57229f.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/opencc/opencc-1.1.9.ebuild X-VCS-Directories: app-i18n/opencc/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: edf0a960f71ee251e82b4093e1e4544e8d57229f X-VCS-Branch: master Date: Sun, 04 May 2025 03:32:02 +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: 3726f0b3-f82b-4568-90ab-5df28198089d X-Archives-Hash: 671c6c39da987e64a64e2b8a6f53a33a commit: edf0a960f71ee251e82b4093e1e4544e8d57229f Author: Yongxiang Liang gmail com> AuthorDate: Fri May 2 09:48:05 2025 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun May 4 03:28:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf0a960 app-i18n/opencc: re-add patch for gcc-15 Closes: https://bugs.gentoo.org/955226 Closes: https://github.com/gentoo/gentoo/pull/41895 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-i18n/opencc/opencc-1.1.9.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-i18n/opencc/opencc-1.1.9.ebuild b/app-i18n/opencc/opencc-1.1.9.ebuild index a9d2f40c1518..bf1fd1c4e420 100644 --- a/app-i18n/opencc/opencc-1.1.9.ebuild +++ b/app-i18n/opencc/opencc-1.1.9.ebuild @@ -47,6 +47,10 @@ BDEPEND="${PYTHON_DEPS} DOCS=( AUTHORS NEWS.md README.md ) +PATCHES=( + "${FILESDIR}/${PN}-1.1.7-fix-missing-cstdint-for-gcc-15.patch" +) + src_prepare() { # as of opencc 1.1.8 there is no clean way to disable duplicated building of the clib again. # plus, the installation is broken as well.