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-sound/guimup/
Date: Thu, 24 Dec 2015 13:40:48
Message-Id: 1450964422.ec4ce761a2c57593038ede0dfac39254495a1af2.pacho@gentoo
1 commit: ec4ce761a2c57593038ede0dfac39254495a1af2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 13:19:02 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 13:40:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4ce761
7
8 media-sound/guimup: Fix building with latest glibmm/libsigc++
9
10 Package-Manager: portage-2.2.26
11
12 media-sound/guimup/guimup-0.3.2.ebuild | 20 ++++++++++++--------
13 1 file changed, 12 insertions(+), 8 deletions(-)
14
15 diff --git a/media-sound/guimup/guimup-0.3.2.ebuild b/media-sound/guimup/guimup-0.3.2.ebuild
16 index 3d3cfab..149d3e7 100644
17 --- a/media-sound/guimup/guimup-0.3.2.ebuild
18 +++ b/media-sound/guimup/guimup-0.3.2.ebuild
19 @@ -2,9 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=4
24 -
25 -inherit eutils
26 +EAPI=5
27 +inherit eutils flag-o-matic
28
29 MY_P=${P/-/_}
30
31 @@ -16,14 +15,19 @@ LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35 -DOCS="ChangeLog README NEWS AUTHORS"
36
37 RDEPEND=">=dev-cpp/gtkmm-3.2.0:3.0
38 - dev-libs/libunique:3
39 - >=media-libs/libmpdclient-2.3
40 - >=net-libs/libsoup-2.36"
41 + dev-libs/libunique:3
42 + >=media-libs/libmpdclient-2.3
43 + >=net-libs/libsoup-2.36
44 +"
45 DEPEND="${RDEPEND}
46 - virtual/pkgconfig"
47 + virtual/pkgconfig
48 +"
49 +
50 +src_prepare() {
51 + append-cxxflags -std=c++11
52 +}
53
54 src_install() {
55 default