commit:     5974621ac09b6cf129b535a16881d7b840b84bb0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 11:15:43 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 16:13:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5974621a

media-sound/gtkguitune: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 media-sound/gtkguitune/gtkguitune-0.8.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/media-sound/gtkguitune/gtkguitune-0.8.ebuild 
b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
index c60336e..3530b13 100644
--- a/media-sound/gtkguitune/gtkguitune-0.8.ebuild
+++ b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
-inherit eutils gnome2-utils
+EAPI=5
+inherit eutils flag-o-matic gnome2-utils
 
 DESCRIPTION="A guitar tuning program that uses Schmitt-triggering for quick 
feedback"
 HOMEPAGE="https://www.gentoo.org/";
@@ -20,11 +20,14 @@ RDEPEND="dev-cpp/glibmm:2
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+       append-cxxflags -std=c++11
+}
 
 src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog README
+       default
        make_desktop_entry ${PN} Guitune guitune_logo
 }
 

Reply via email to