media-libs/gegl: Bumped live ebuild to EAPI-6.
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 25 Dec 2016 14:54:15 +0000 (15:54 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 25 Dec 2016 14:54:15 +0000 (15:54 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-libs/gegl/gegl-9999.ebuild

index 63a4f1ebf095e9f754a6012a4203dfd963a68250..e44e0396adc38b75a2cee3d7bea334eda73a0eea 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -77,6 +77,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+       default
+
        # FIXME: the following should be proper patch sent to upstream
        # fix OSX loadable module filename extension
        sed -i -e 's/\.dylib/.bundle/' configure.ac || die
@@ -92,7 +94,6 @@ src_prepare() {
                -e '/composite-transform.xml/d' \
                -i tests/compositions/Makefile.am || die
 
-       epatch_user
        eautoreconf
 
        use vala && vala_src_prepare