Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/cclive/
Date: Sat, 19 Dec 2015 11:10:20
Message-Id: 1450523381.db7f0ad0b7f13d600c80c840113367078eb566ab.pacho@gentoo
1 commit: db7f0ad0b7f13d600c80c840113367078eb566ab
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 10:54:15 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 11:09:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7f0ad0
7
8 media-video/cclive: Fix building with latest glibmm/libsigc++ (#567174)
9
10 Package-Manager: portage-2.2.26
11
12 media-video/cclive/cclive-0.9.3-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-video/cclive/cclive-0.9.3-r1.ebuild b/media-video/cclive/cclive-0.9.3-r1.ebuild
16 index 8566a4e..9f632d3 100644
17 --- a/media-video/cclive/cclive-0.9.3-r1.ebuild
18 +++ b/media-video/cclive/cclive-0.9.3-r1.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -inherit eutils
24 +inherit eutils flag-o-matic
25
26 DESCRIPTION="Command line tool for extracting videos from various websites"
27 HOMEPAGE="http://cclive.sourceforge.net/"
28 @@ -30,5 +30,6 @@ src_prepare() {
29 }
30
31 src_configure() {
32 + append-cxxflags -std=c++11 #567174
33 econf --disable-ccl
34 }