commit:     030ca388fa0eb05757d8b28800b93ffcb5afb4fa
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 20:35:58 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:38:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030ca388

x11-misc/nitrogen: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 x11-misc/nitrogen/nitrogen-1.5.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/x11-misc/nitrogen/nitrogen-1.5.2.ebuild 
b/x11-misc/nitrogen/nitrogen-1.5.2.ebuild
index 78a895c..7bc126b 100644
--- a/x11-misc/nitrogen/nitrogen-1.5.2.ebuild
+++ b/x11-misc/nitrogen/nitrogen-1.5.2.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit autotools eutils
+EAPI=5
+inherit autotools eutils flag-o-matic
 
 DESCRIPTION="A background browser and setter for X"
 HOMEPAGE="http://projects.l3ib.org/nitrogen/";
@@ -29,10 +29,8 @@ src_prepare() {
 }
 
 src_configure() {
+       append-cxxflags -std=c++11
        econf \
-               --disable-dependency-tracking \
                $(use_enable nls) \
                $(use_enable xinerama)
 }
-
-DOCS=( AUTHORS ChangeLog NEWS README )

Reply via email to