Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
Date: Sat, 19 Dec 2015 10:10:33
Message-Id: 1450519797.e1c4d6fb35c17323b97db0b34253568ae437dd10.pacho@gentoo
1 commit: e1c4d6fb35c17323b97db0b34253568ae437dd10
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 09:36:01 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 10:09:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c4d6fb
7
8 sci-chemistry/gelemental: Fix building with latest glibmm/libsigc++ (#566450)
9
10 Package-Manager: portage-2.2.26
11
12 sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
16 index 78bfcff..457cb47 100644
17 --- a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
18 +++ b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
19 @@ -2,9 +2,9 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=4
24 +EAPI=5
25
26 -inherit autotools-utils fdo-mime gnome2-utils eutils
27 +inherit autotools-utils fdo-mime flag-o-matic gnome2-utils eutils
28
29 DESCRIPTION="Periodic table viewer that provides detailed information on the chemical elements"
30 HOMEPAGE="http://freecode.com/projects/gelemental/"
31 @@ -45,6 +45,7 @@ PATCHES=(
32 AUTOTOOLS_IN_SOURCE_BUILD=1
33
34 src_configure() {
35 + append-cxxflags -std=c++11 #566450
36 local myeconfargs=( $(use_enable doc api-docs) )
37 autotools-utils_src_configure
38 }