diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-19 10:36:01 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-19 11:09:57 +0100 |
commit | e1c4d6fb35c17323b97db0b34253568ae437dd10 (patch) | |
tree | d60c3924c7061a1e006c93a6aa4af762d4a7712f /sci-chemistry/gelemental | |
parent | net-ftp/lftp: Install too. (diff) | |
download | gentoo-e1c4d6fb35c17323b97db0b34253568ae437dd10.tar.gz gentoo-e1c4d6fb35c17323b97db0b34253568ae437dd10.tar.bz2 gentoo-e1c4d6fb35c17323b97db0b34253568ae437dd10.zip |
sci-chemistry/gelemental: Fix building with latest glibmm/libsigc++ (#566450)
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-chemistry/gelemental')
-rw-r--r-- | sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild | 5 |
1 files 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 78bfcff23630..457cb4750d08 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 } |