From f86066c2581ca0cbb0c166903a538d6a9ca8fb56 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sun, 25 Dec 2016 15:54:15 +0100 Subject: media-libs/gegl: Bumped live ebuild to EAPI-6. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- media-libs/gegl/gegl-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 63a4f1ebf095..e44e0396adc3 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -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 -- cgit v1.2.3-65-gdbad