media-gfx/engauge: migrate to EAPI 6
authorDenis Dupeyron <calchan@gentoo.org>
Fri, 18 Mar 2016 17:42:37 +0000 (11:42 -0600)
committerDenis Dupeyron <calchan@gentoo.org>
Fri, 18 Mar 2016 17:42:37 +0000 (11:42 -0600)
media-gfx/engauge/engauge-5.2.ebuild

index 45138748723ed5b579415ef464136983f412dfd5..cee112bbb5787b099d3bf623a5e1e93efaf7e81a 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit versionator qt4-r2 eutils
+inherit versionator qmake-utils eutils
 
 DESCRIPTION="Convert an image file showing a graph or map into numbers"
 HOMEPAGE="http://digitizer.sourceforge.net/"
@@ -28,6 +28,7 @@ src_prepare() {
                src/digitmain.cpp || die "sed failed"
        sed -i -e '/unix {/a DEFINES += DEBIAN_PACKAGE' \
                digitizer.pro || die "sed failed"
+       eapply_user
 }
 
 src_configure() {