public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/
Date: Sat, 19 Dec 2015 11:10:13 +0000 (UTC)	[thread overview]
Message-ID: <1450523389.2142321ce20725855e98f4707297fff7bbb5d9f6.pacho@gentoo> (raw)

commit:     2142321ce20725855e98f4707297fff7bbb5d9f6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 11:06:40 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 11:09:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2142321c

media-sound/paprefs: Fix building with latest glibmm/libsigc++ (#568590)

Package-Manager: portage-2.2.26

 media-sound/paprefs/paprefs-0.9.10.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-sound/paprefs/paprefs-0.9.10.ebuild b/media-sound/paprefs/paprefs-0.9.10.ebuild
index ebd0699..2335e3e 100644
--- a/media-sound/paprefs/paprefs-0.9.10.ebuild
+++ b/media-sound/paprefs/paprefs-0.9.10.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
+inherit flag-o-matic
 
 DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
 HOMEPAGE="http://freedesktop.org/software/pulseaudio/paprefs"
@@ -25,6 +26,7 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 src_configure() {
+	append-cxxflags -std=c++11 #568590
 	econf \
 		--disable-dependency-tracking \
 		--disable-lynx \
@@ -32,7 +34,6 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	default
 	dohtml -r doc
-	dodoc README
 }


             reply	other threads:[~2015-12-19 11:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-19 11:10 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-27 11:21 [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/ Pacho Ramos
2018-06-21 15:07 Lars Wendler
2018-12-02 10:12 Mikle Kolyada
2018-12-02 14:29 Mikle Kolyada
2018-12-28  7:48 Mart Raudsepp
2019-01-28  9:39 Lars Wendler
2019-04-08 17:38 Aaron Bauman
2019-06-05  8:59 David Seifert
2021-02-16  2:12 Matt Turner
2021-12-28  8:26 Miroslav Šulc
2022-01-28 10:11 Jakov Smolić
2022-01-28 21:51 Sam James
2022-01-29  8:34 Miroslav Šulc
2022-07-09  3:06 Sam James
2022-12-09 22:13 Sam James
2023-05-27 13:06 Sam James

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=1450523389.2142321ce20725855e98f4707297fff7bbb5d9f6.pacho@gentoo \
    --to=pacho@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