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 2A7681584AD for ; Fri, 18 Apr 2025 19:43:30 +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 1391E343061 for ; Fri, 18 Apr 2025 19:43:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 46CA81104B1; Fri, 18 Apr 2025 19:43:26 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 41FD31104B1 for ; Fri, 18 Apr 2025 19:43:26 +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 CFBEB34305B for ; Fri, 18 Apr 2025 19:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 385DE1C78 for ; Fri, 18 Apr 2025 19:43:24 +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: <1745005372.75d31b9dda95f0d8deaffabb6227478dbd482866.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libffi/libffi-9999.ebuild X-VCS-Directories: dev-libs/libffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 75d31b9dda95f0d8deaffabb6227478dbd482866 X-VCS-Branch: master Date: Fri, 18 Apr 2025 19:43:24 +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: 2994fc48-9cee-4d32-af26-7818bc045d20 X-Archives-Hash: ff7c2d07d5912fbde332faa2f32e02c7 commit: 75d31b9dda95f0d8deaffabb6227478dbd482866 Author: Lukas Schmelting posteo com> AuthorDate: Fri Apr 18 19:18:19 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 18 19:42:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d31b9d dev-libs/libffi: Remove patch in live-ebuild The patch has been merged upstream in following upstream commit: a431b47822f06e3f16b2e16f3163fd209ac56b5f It is currently still in use by libffi-3.4.8-r1.ebuild. Signed-off-by: Lukas Schmelting posteo.com> Closes: https://github.com/gentoo/gentoo/pull/41653 Signed-off-by: Sam James gentoo.org> dev-libs/libffi/libffi-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-libs/libffi/libffi-9999.ebuild b/dev-libs/libffi/libffi-9999.ebuild index b53a7ca31e89..e000b77b4e7a 100644 --- a/dev-libs/libffi/libffi-9999.ebuild +++ b/dev-libs/libffi/libffi-9999.ebuild @@ -32,10 +32,6 @@ IUSE="debug +exec-static-trampoline pax-kernel static-libs test" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-util/dejagnu )" -PATCHES=( - "${FILESDIR}"/${PN}-3.4.8-pa-add-.note.GNU-stack-marker-to-linux.S.patch -) - src_prepare() { default