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 AAA321384B4 for ; Wed, 23 Dec 2015 10:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9838F21C0AE; Wed, 23 Dec 2015 10:59:30 +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 2814221C0AE for ; Wed, 23 Dec 2015 10:59:30 +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 0EFC634087F for ; Wed, 23 Dec 2015 10:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3EC1CF3 for ; Wed, 23 Dec 2015 10:59:25 +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: <1450868336.e5c4b5fc6265b29c24bef9f4a220d7a8f31b9da6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/patchage/patchage-0.5.0-r1.ebuild X-VCS-Directories: media-sound/patchage/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e5c4b5fc6265b29c24bef9f4a220d7a8f31b9da6 X-VCS-Branch: master Date: Wed, 23 Dec 2015 10:59:25 +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: c998bde1-ab55-4d6d-a03a-88d0daf98554 X-Archives-Hash: 17c94555ace9239068b59b146671f7d1 commit: e5c4b5fc6265b29c24bef9f4a220d7a8f31b9da6 Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 23 10:52:02 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 23 10:58:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c4b5fc media-sound/patchage: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 media-sound/patchage/patchage-0.5.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/patchage/patchage-0.5.0-r1.ebuild b/media-sound/patchage/patchage-0.5.0-r1.ebuild index cbe9654..274aa0c 100644 --- a/media-sound/patchage/patchage-0.5.0-r1.ebuild +++ b/media-sound/patchage/patchage-0.5.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' -inherit eutils waf-utils python-any-r1 +inherit eutils flag-o-matic waf-utils python-any-r1 DESCRIPTION="Modular patch bay for audio and MIDI systems" HOMEPAGE="http://wiki.drobilla.net/Patchage" @@ -38,6 +38,7 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++11 waf-utils_src_configure \ $(use debug && echo "--debug") \ $(use alsa || echo "--no-alsa") \