Gentoo Archives: gentoo-commits

From: Andreas Schuerch <nativemad@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/
Date: Sun, 01 Nov 2015 12:06:17
Message-Id: 1446379510.e313495f2efbab89570f64a4462ce42dcae08998.nativemad@gentoo
1 commit: e313495f2efbab89570f64a4462ce42dcae08998
2 Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 12:05:10 2015 +0000
4 Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 12:05:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e313495f
7
8 media-sound/ardour: libsigc++-2.6.0 preparation. See bug 564414
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/ardour/ardour-4.4.ebuild | 6 ++++++
13 media-sound/ardour/ardour-9999.ebuild | 6 ++++++
14 2 files changed, 12 insertions(+)
15
16 diff --git a/media-sound/ardour/ardour-4.4.ebuild b/media-sound/ardour/ardour-4.4.ebuild
17 index edeb9ed..e679540 100644
18 --- a/media-sound/ardour/ardour-4.4.ebuild
19 +++ b/media-sound/ardour/ardour-4.4.ebuild
20 @@ -69,6 +69,12 @@ DEPEND="${RDEPEND}
21 virtual/pkgconfig
22 doc? ( app-doc/doxygen[dot] )"
23
24 +pkg_setup() {
25 + if has_version \>=dev-libs/libsigc++-2.6 ; then
26 + append-cxxflags -std=c++11
27 + fi
28 +}
29 +
30 src_prepare(){
31 if ! [[ ${PV} == *9999* ]]; then
32 epatch "${FILESDIR}"/${PN}-4.x-revision-naming.patch
33
34 diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild
35 index da43984..81a76d3 100644
36 --- a/media-sound/ardour/ardour-9999.ebuild
37 +++ b/media-sound/ardour/ardour-9999.ebuild
38 @@ -69,6 +69,12 @@ DEPEND="${RDEPEND}
39 virtual/pkgconfig
40 doc? ( app-doc/doxygen[dot] )"
41
42 +pkg_setup() {
43 + if has_version \>=dev-libs/libsigc++-2.6 ; then
44 + append-cxxflags -std=c++11
45 + fi
46 +}
47 +
48 src_prepare(){
49 if ! [[ ${PV} == *9999* ]]; then
50 epatch "${FILESDIR}"/${PN}-4.x-revision-naming.patch