From c660ce2e04853a0ee1ee1c4367ad172974deb4e0 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 23 Dec 2015 11:14:29 +0100 Subject: app-editors/amyedit: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 --- app-editors/amyedit/amyedit-1.0-r2.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'app-editors') diff --git a/app-editors/amyedit/amyedit-1.0-r2.ebuild b/app-editors/amyedit/amyedit-1.0-r2.ebuild index 4e47fcfa4102..86575b0e01af 100644 --- a/app-editors/amyedit/amyedit-1.0-r2.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r2.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 - -inherit eutils autotools +EAPI=5 +inherit autotools eutils flag-o-matic DESCRIPTION=" AmyEdit is a LaTeX editor" HOMEPAGE="http://amyedit.sf.net" @@ -29,10 +28,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-gcc45.patch" epatch "${FILESDIR}/${P}-sourceviewmm2.patch" rm -rf "${S}/src/gtksourceviewmm" || die + append-cxxflags -std=c++11 + mv configure.in configure.ac || die eautoreconf } - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README TODO || die -} -- cgit v1.2.3