Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/
Date: Sun, 25 Dec 2016 14:54:25
Message-Id: 1482677655.f86066c2581ca0cbb0c166903a538d6a9ca8fb56.polynomial-c@gentoo
1 commit: f86066c2581ca0cbb0c166903a538d6a9ca8fb56
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 14:54:15 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 25 14:54:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86066c2
7
8 media-libs/gegl: Bumped live ebuild to EAPI-6.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/gegl/gegl-9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild
16 index 63a4f1e..e44e039 100644
17 --- a/media-libs/gegl/gegl-9999.ebuild
18 +++ b/media-libs/gegl/gegl-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 PYTHON_COMPAT=( python2_7 )
27
28 @@ -77,6 +77,8 @@ pkg_setup() {
29 }
30
31 src_prepare() {
32 + default
33 +
34 # FIXME: the following should be proper patch sent to upstream
35 # fix OSX loadable module filename extension
36 sed -i -e 's/\.dylib/.bundle/' configure.ac || die
37 @@ -92,7 +94,6 @@ src_prepare() {
38 -e '/composite-transform.xml/d' \
39 -i tests/compositions/Makefile.am || die
40
41 - epatch_user
42 eautoreconf
43
44 use vala && vala_src_prepare