public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblastfm/
Date: Thu, 20 May 2021 22:30:54 +0000 (UTC)	[thread overview]
Message-ID: <1621549789.5d7d4793015745ee7ae403c7dc7466fa748f131e.asturm@gentoo> (raw)

commit:     5d7d4793015745ee7ae403c7dc7466fa748f131e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 22:29:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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=(


             reply	other threads:[~2021-05-20 22:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20 22:30 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-25 23:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/liblastfm/ Andreas Sturmlechner
2020-12-07 23:28 Andreas Sturmlechner
2018-12-12 14:06 Andreas Sturmlechner
2018-04-26  3:32 Andreas Sturmlechner
2018-04-25 19:27 Thomas Deutschmann
2018-04-25 11:48 Aaron Bauman
2018-03-22 18:02 Andreas Sturmlechner
2016-07-06 13:44 Michael Palimaka
2016-05-03 11:14 Johannes Huber
2016-01-17 20:02 Michael Palimaka
2016-01-17 20:02 Michael Palimaka
2016-01-17 17:02 Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-01-02 16:28 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1621549789.5d7d4793015745ee7ae403c7dc7466fa748f131e.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox