commit:     e1c4d6fb35c17323b97db0b34253568ae437dd10
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 09:36:01 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 10:09:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c4d6fb

sci-chemistry/gelemental: Fix building with latest glibmm/libsigc++ (#566450)

Package-Manager: portage-2.2.26

 sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild 
b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
index 78bfcff..457cb47 100644
--- a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
+++ b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
-inherit autotools-utils fdo-mime gnome2-utils eutils
+inherit autotools-utils fdo-mime flag-o-matic gnome2-utils eutils
 
 DESCRIPTION="Periodic table viewer that provides detailed information on the 
chemical elements"
 HOMEPAGE="http://freecode.com/projects/gelemental/";
@@ -45,6 +45,7 @@ PATCHES=(
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
 src_configure() {
+       append-cxxflags -std=c++11 #566450
        local myeconfargs=( $(use_enable doc api-docs) )
        autotools-utils_src_configure
 }

Reply via email to