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 067591582EF for ; Sat, 22 Feb 2025 07:37:20 +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 DBFB73431E5 for ; Sat, 22 Feb 2025 07:37:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D4D451102A2; Sat, 22 Feb 2025 07:37:18 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C99441102A2 for ; Sat, 22 Feb 2025 07:37:18 +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 7C0033431E0 for ; Sat, 22 Feb 2025 07:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135B9107A for ; Sat, 22 Feb 2025 07:37:17 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1740209834.18b004d1ab959db9e122ef0fcb2843b421dcc907.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gigedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gigedit/gigedit-9999.ebuild X-VCS-Directories: media-sound/gigedit/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 18b004d1ab959db9e122ef0fcb2843b421dcc907 X-VCS-Branch: master Date: Sat, 22 Feb 2025 07:37:17 +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: 39bed973-a78d-4f63-b8ad-1bc38d4439e8 X-Archives-Hash: c969dc65e8ff20305e557307f781e17c commit: 18b004d1ab959db9e122ef0fcb2843b421dcc907 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Feb 22 07:37:04 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Feb 22 07:37:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b004d1 media-sound/gigedit: fixed live ebuild Signed-off-by: Miroslav Šulc gentoo.org> media-sound/gigedit/gigedit-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/gigedit/gigedit-9999.ebuild b/media-sound/gigedit/gigedit-9999.ebuild index c0a4eac99d9d..783967d64770 100644 --- a/media-sound/gigedit/gigedit-9999.ebuild +++ b/media-sound/gigedit/gigedit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,6 +34,7 @@ src_prepare() { src_configure() { append-ldflags -Wl,-rpath,"${EPREFIX}/usr/$(get_libdir)/linuxsampler" + export LIBTOOLFLAGS="--tag=CXX" econf --disable-static }