From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 329231384B4 for ; Sat, 19 Dec 2015 11:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B5F21C00D; Sat, 19 Dec 2015 11:10:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E28221C010 for ; Sat, 19 Dec 2015 11:10:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF1C833FEB1 for ; Sat, 19 Dec 2015 11:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAAE8C94 for ; Sat, 19 Dec 2015 11:10:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1450523383.b7037f617f7e2ede65be5dc4de24b08217c6c0d6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pavucontrol/pavucontrol-3.0.ebuild X-VCS-Directories: media-sound/pavucontrol/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b7037f617f7e2ede65be5dc4de24b08217c6c0d6 X-VCS-Branch: master Date: Sat, 19 Dec 2015 11:10:13 +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-Archives-Salt: cc2c9c45-5566-47b4-aafd-3d8c95017e08 X-Archives-Hash: 34d35494709aafdb464eba065038bbb9 commit: b7037f617f7e2ede65be5dc4de24b08217c6c0d6 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 19 10:58:31 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 19 11:09:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7037f61 media-sound/pavucontrol: Fix building with latest glibmm/libsigc++ (#567216) Package-Manager: portage-2.2.26 media-sound/pavucontrol/pavucontrol-3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/pavucontrol/pavucontrol-3.0.ebuild b/media-sound/pavucontrol/pavucontrol-3.0.ebuild index e0b197e..9adc8b5 100644 --- a/media-sound/pavucontrol/pavucontrol-3.0.ebuild +++ b/media-sound/pavucontrol/pavucontrol-3.0.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 +inherit flag-o-matic DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" HOMEPAGE="http://freedesktop.org/software/pulseaudio/pavucontrol/" @@ -29,6 +30,7 @@ DEPEND="${RDEPEND} " src_configure() { + append-cxxflags -std=c++11 #567216 econf \ --docdir=/usr/share/doc/${PF} \ --htmldir=/usr/share/doc/${PF}/html \