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 6D8CF158020 for ; Mon, 26 Dec 2022 13:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C94DE09BF; Mon, 26 Dec 2022 13:44:33 +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 6C68EE09BF for ; Mon, 26 Dec 2022 13:44:33 +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 B097D341155 for ; Mon, 26 Dec 2022 13:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B73307FA for ; Mon, 26 Dec 2022 13:44:28 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1672062129.78a3d3173f717efc98b0e832ba6404238c587882.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ffi/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ffi/files/ffi-1.14.2-32bit-long-double.patch X-VCS-Directories: dev-ruby/ffi/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 78a3d3173f717efc98b0e832ba6404238c587882 X-VCS-Branch: master Date: Mon, 26 Dec 2022 13:44:28 +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: 4ca4c0ab-7ae6-4875-a9d8-54f7ede7ab5c X-Archives-Hash: 24e0557dbce2bd29a120107c63dc735d commit: 78a3d3173f717efc98b0e832ba6404238c587882 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Dec 26 08:28:50 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Dec 26 13:42:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a3d317 dev-ruby/ffi: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28816 Signed-off-by: Conrad Kostecki gentoo.org> dev-ruby/ffi/files/ffi-1.14.2-32bit-long-double.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-ruby/ffi/files/ffi-1.14.2-32bit-long-double.patch b/dev-ruby/ffi/files/ffi-1.14.2-32bit-long-double.patch deleted file mode 100644 index 7373a8c28cda..000000000000 --- a/dev-ruby/ffi/files/ffi-1.14.2-32bit-long-double.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://bugs.gentoo.org/815130 -https://github.com/ffi/ffi/commit/315d66e7b0768856d589e15bf597f4816d5cd524 - -From 0ef7a9d7d22c9a7779def3f8c7f0166d996a2401 Mon Sep 17 00:00:00 2001 -From: xtkoba <69125751+xtkoba@users.noreply.github.com> -Date: Wed, 29 Sep 2021 19:24:44 +0900 -Subject: [PATCH] Keep `LONGDOUBLE_ADJ >= sizeof(long double)` - ---- a/ext/ffi_c/Call.c -+++ b/ext/ffi_c/Call.c -@@ -71,7 +71,7 @@ - #define FLOAT32_ADJ (4) - #define FLOAT64_ADJ (8) - #define ADDRESS_ADJ (sizeof(void *)) --#define LONGDOUBLE_ADJ (ffi_type_longdouble.alignment) -+#define LONGDOUBLE_ADJ (ffi_type_longdouble.alignment > sizeof(long double) ? ffi_type_longdouble.alignment : sizeof(long double)) - - #endif /* USE_RAW */ -