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 791AB158170 for ; Sun, 21 Jul 2024 13:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BECBFE2A84; Sun, 21 Jul 2024 13:04:02 +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 9B999E2A84 for ; Sun, 21 Jul 2024 13:04:02 +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 ABC9C343082 for ; Sun, 21 Jul 2024 13:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C2E61CE9 for ; Sun, 21 Jul 2024 13:04:00 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1721567037.8c67eb5c50030b45953766cf2f20a3d6aa8501dd.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/gdb/gdb-15.1.ebuild X-VCS-Directories: dev-debug/gdb/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 8c67eb5c50030b45953766cf2f20a3d6aa8501dd X-VCS-Branch: master Date: Sun, 21 Jul 2024 13:04:00 +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: aa132b48-5ca8-4264-a30a-6bccbfa4bcf3 X-Archives-Hash: b0c02aa5ef7eb22e7e08ce2fef2a0f1c commit: 8c67eb5c50030b45953766cf2f20a3d6aa8501dd Author: Fabian Groffen gentoo org> AuthorDate: Sun Jul 21 13:00:49 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jul 21 13:03:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c67eb5c dev-build/gdb-15.1: drop Solaris build-hack We'll disable the culprint (Python) instead. Signed-off-by: Fabian Groffen gentoo.org> dev-debug/gdb/gdb-15.1.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dev-debug/gdb/gdb-15.1.ebuild b/dev-debug/gdb/gdb-15.1.ebuild index 541bf7f8915a..89469e978771 100644 --- a/dev-debug/gdb/gdb-15.1.ebuild +++ b/dev-debug/gdb/gdb-15.1.ebuild @@ -131,14 +131,6 @@ src_prepare() { # Avoid using ancient termcap from host on Prefix systems sed -i -e 's/termcap tinfow/tinfow/g' \ gdb/configure{.ac,} || die - if [[ ${CHOST} == *-solaris* ]] ; then - # code relies on C++11, so make sure we get that selected - # due to Python 3.11 pymacro.h doing stuff to work around - # versioning mess based on the C version, while we're compiling - # C++ here, so we need to make it clear we're doing C++11/C11 - # because Solaris system headers act on these - sed -i -e 's/-x c++/-std=c++11/' gdb/Makefile.in || die - fi } gdb_branding() {