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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68286139337 for ; Mon, 26 Jul 2021 05:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1829E0AE1; Mon, 26 Jul 2021 05:14:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 994D0E0AE1 for ; Mon, 26 Jul 2021 05:14:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A375342DE7 for ; Mon, 26 Jul 2021 05:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 666E4844 for ; Mon, 26 Jul 2021 05:14:37 +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: <1627276404.63c9db8f6a1e19a68ea402f8b49ce12c063282c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/darkice/darkice-1.4.ebuild X-VCS-Directories: media-sound/darkice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 63c9db8f6a1e19a68ea402f8b49ce12c063282c5 X-VCS-Branch: master Date: Mon, 26 Jul 2021 05:14:37 +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: 76f20ddb-5530-4393-866b-fdc2af853f5e X-Archives-Hash: e49ef5c4c61a0bd77f138c3e2ec4b1b5 commit: 63c9db8f6a1e19a68ea402f8b49ce12c063282c5 Author: Sam James gentoo org> AuthorDate: Mon Jul 26 05:11:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 26 05:13:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c9db8f media-sound/darkice: workaround build failure with GCC 11 Closes: https://bugs.gentoo.org/787161 Signed-off-by: Sam James gentoo.org> media-sound/darkice/darkice-1.4.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/darkice/darkice-1.4.ebuild b/media-sound/darkice/darkice-1.4.ebuild index b471a55018d..d5296f02e46 100644 --- a/media-sound/darkice/darkice-1.4.ebuild +++ b/media-sound/darkice/darkice-1.4.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit flag-o-matic + DESCRIPTION="A live audio streamer" HOMEPAGE="http://www.darkice.org/" SRC_URI="https://github.com/rafael2k/${PN}/releases/download/v${PV}/${P}.tar.gz" @@ -34,6 +36,9 @@ PATCHES=( ) src_configure() { + # bug #787161 + append-cxxflags -std=c++14 + local myeconfargs=( $(use_enable debug) $(use_with aac faac)