commit: 1627a68f05bba81827a17eee9832b31c57081261 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Dec 19 11:09:09 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Dec 19 11:09:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1627a68f
media-sound/pavumeter: Fix building with latest glibmm/libsigc++ (#568592) Package-Manager: portage-2.2.26 media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild index c596806..e5d26c5 100644 --- a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild +++ b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 +inherit flag-o-matic DESCRIPTION="PulseAudio Volume Meter, simple GTK volume meter for PulseAudio" HOMEPAGE="http://0pointer.de/lennart/projects/pavumeter/" @@ -21,13 +22,12 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_configure() { + append-cxxflags -std=c++11 #568592 econf \ - --disable-dependency-tracking \ --disable-lynx } src_install() { - emake DESTDIR="${D}" install || die + default dohtml -r doc - dodoc README }
