summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-23 21:35:58 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-23 21:38:27 +0100
commit030ca388fa0eb05757d8b28800b93ffcb5afb4fa (patch)
tree779057f0bbe19977c9bf1fad395f32ff2b7c38e0 /x11-misc
parentx11-libs/libview: Fix building with latest glibmm/libsigc++ (diff)
downloadgentoo-030ca388fa0eb05757d8b28800b93ffcb5afb4fa.tar.gz
gentoo-030ca388fa0eb05757d8b28800b93ffcb5afb4fa.tar.bz2
gentoo-030ca388fa0eb05757d8b28800b93ffcb5afb4fa.zip
x11-misc/nitrogen: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/nitrogen/nitrogen-1.5.2.ebuild8
1 files 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 78a895c2b093..7bc126b64247 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 )