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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21A35158041 for ; Tue, 5 Mar 2024 07:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3795FE2A24; Tue, 5 Mar 2024 07:01:38 +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 178B8E2A24 for ; Tue, 5 Mar 2024 07:01:38 +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 48BC0343024 for ; Tue, 5 Mar 2024 07:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A92D1118C for ; Tue, 5 Mar 2024 07:01:35 +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: <1709622034.9bd7082dff404bb1031102adc1cf64ab0dc54c63.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/sphinx/sphinx-2.2.11-r5.ebuild X-VCS-Directories: app-misc/sphinx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bd7082dff404bb1031102adc1cf64ab0dc54c63 X-VCS-Branch: master Date: Tue, 5 Mar 2024 07:01:35 +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: 9811df6f-e123-4ecc-8db5-d97d92aab292 X-Archives-Hash: 43d1f5a31ac128ffcf4b56b36a3d9cb2 commit: 9bd7082dff404bb1031102adc1cf64ab0dc54c63 Author: Sam James gentoo org> AuthorDate: Tue Mar 5 07:00:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 5 07:00:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd7082d app-misc/sphinx: filter LTO, no SA The codebase is very old and it's no longer being maintained upstream. Do as we did in 1069c86e5578828a2640f2cc3510fe11c0ba804b. Bug: https://bugs.gentoo.org/880923 Closes: https://bugs.gentoo.org/854738 Signed-off-by: Sam James gentoo.org> app-misc/sphinx/sphinx-2.2.11-r5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-misc/sphinx/sphinx-2.2.11-r5.ebuild b/app-misc/sphinx/sphinx-2.2.11-r5.ebuild index 8f12c090a21d..cd7ae1b4fc4a 100644 --- a/app-misc/sphinx/sphinx-2.2.11-r5.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11-r5.ebuild @@ -58,6 +58,9 @@ src_prepare() { } src_configure() { + # bug #854738 + append-flags -fno-strict-aliasing + filter-lto # This code is no longer maintained and not compatible with modern C/C++ standards, bug #880923 append-cflags -std=gnu89 append-cxxflags -std=c++11