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 42EE91382C5 for ; Thu, 20 May 2021 22:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83FE9E0848; Thu, 20 May 2021 22:30:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 59BA6E0848 for ; Thu, 20 May 2021 22:30:57 +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 86B13335CF5 for ; Thu, 20 May 2021 22:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05E4581 for ; Thu, 20 May 2021 22:30:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1621549789.5d7d4793015745ee7ae403c7dc7466fa748f131e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblastfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild X-VCS-Directories: media-libs/liblastfm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d7d4793015745ee7ae403c7dc7466fa748f131e X-VCS-Branch: master Date: Thu, 20 May 2021 22:30:54 +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: ad334ace-3604-4364-88df-aaaabfb03ace X-Archives-Hash: a47f15f83eaa95dbcae95c3cf35fb199 commit: 5d7d4793015745ee7ae403c7dc7466fa748f131e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 20 22:29:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 20 22:29:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7d4793 media-libs/liblastfm: Force c++14 to fix build with GCC-11 Closes: https://bugs.gentoo.org/787128 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild index e7a0b783f0a..e8a9dfa1085 100644 --- a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild +++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild @@ -1,10 +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 COMMIT=f867df52757c569d97d9755c911ac9dec146f365 -inherit cmake +inherit cmake flag-o-matic DESCRIPTION="Collection of libraries to integrate Last.fm services" HOMEPAGE="https://github.com/lastfm/liblastfm" @@ -36,6 +36,11 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${P}-missing-dep.patch" ) +src_prepare() { + append-cxxflags -std=c++14 # bug 787128 + cmake_src_prepare +} + src_configure() { # demos not working local mycmakeargs=(