x11-misc/nitrogen: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:35:58 +0000 (21:35 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:27 +0000 (21:38 +0100)
Package-Manager: portage-2.2.26

x11-misc/nitrogen/nitrogen-1.5.2.ebuild

index 78a895c2b0931e58adbd278f77495bfbb4c27741..7bc126b642479030663f7c104fd260a9352eb6b8 100644 (file)
@@ -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 )