diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-25 15:54:15 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-25 15:54:15 +0100 |
commit | f86066c2581ca0cbb0c166903a538d6a9ca8fb56 (patch) | |
tree | a15b1fbfc66353b44eadcd2d6e92d6a05137d195 /media-libs/gegl | |
parent | media-libs/babl: Bumped live ebuild to EAPI-6. (diff) | |
download | gentoo-f86066c2581ca0cbb0c166903a538d6a9ca8fb56.tar.gz gentoo-f86066c2581ca0cbb0c166903a538d6a9ca8fb56.tar.bz2 gentoo-f86066c2581ca0cbb0c166903a538d6a9ca8fb56.zip |
media-libs/gegl: Bumped live ebuild to EAPI-6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 5 |
1 files 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 |