commit:     bb6d61e446c5ea8c747dfe4b2d268092253faaf9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 15:52:10 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 16:16:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6d61e4

dev-util/regexxer: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 dev-util/regexxer/regexxer-0.10.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/regexxer/regexxer-0.10.ebuild 
b/dev-util/regexxer/regexxer-0.10.ebuild
index 2e1539f..704155c 100644
--- a/dev-util/regexxer/regexxer-0.10.ebuild
+++ b/dev-util/regexxer/regexxer-0.10.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 GCONF_DEBUG=no
-inherit autotools eutils gnome2
+
+inherit autotools eutils flag-o-matic gnome2
 
 DESCRIPTION="An interactive tool for performing search and replace operations"
 HOMEPAGE="http://regexxer.sourceforge.net/";
@@ -22,9 +23,9 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig
        sys-devel/gettext"
 
-DOCS=( AUTHORS ChangeLog NEWS README )
-
 src_prepare() {
+       append-cxxflags -std=c++11
+
        epatch "${FILESDIR}"/${P}-glib-2.32.patch
        epatch "${FILESDIR}"/${P}-sandbox.patch
        eautoreconf

Reply via email to