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 8CB5E158064 for ; Fri, 3 May 2024 11:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42B1E2BC014; Fri, 3 May 2024 11:03:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22B1B2BC014 for ; Fri, 3 May 2024 11:03:10 +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 3A7E4343053 for ; Fri, 3 May 2024 11:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FA3C19D9 for ; Fri, 3 May 2024 11:03:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714733896.4cc019c9dd7f8d460e781842e420c25a1738fde3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xerces-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xerces-c/xerces-c-9999.ebuild X-VCS-Directories: dev-libs/xerces-c/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4cc019c9dd7f8d460e781842e420c25a1738fde3 X-VCS-Branch: master Date: Fri, 3 May 2024 11:03:07 +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: 2909f8b7-89fd-4b77-9440-d12637b3baa4 X-Archives-Hash: a15544401cc8f866d494596d28ca239f commit: 4cc019c9dd7f8d460e781842e420c25a1738fde3 Author: Kostadin Shishmanov tutanota com> AuthorDate: Sat Apr 27 14:39:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 10:58:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc019c9 dev-libs/xerces-c: drop merged upstream patch from 9999 Signed-off-by: Kostadin Shishmanov tutanota.com> Closes: https://github.com/gentoo/gentoo/pull/36457 Signed-off-by: Sam James gentoo.org> dev-libs/xerces-c/xerces-c-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/xerces-c/xerces-c-9999.ebuild b/dev-libs/xerces-c/xerces-c-9999.ebuild index 4e7bce5e9e18..2ff3cf44a5bc 100644 --- a/dev-libs/xerces-c/xerces-c-9999.ebuild +++ b/dev-libs/xerces-c/xerces-c-9999.ebuild @@ -34,7 +34,6 @@ BDEPEND=" DOCS=( CREDITS KEYS NOTICE README ) PATCHES=( - "${FILESDIR}"/${PN}-3.2.2-fix-XERCESC-2163.patch "${FILESDIR}"/${PN}-3.2.4-strict-aliasing.patch )