Skip to content

Commit

Permalink
media-libs/gegl: Bumped live ebuild to EAPI-6.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Lars Wendler committed Dec 25, 2016
1 parent 7180ee6 commit f86066c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media-libs/gegl/gegl-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

PYTHON_COMPAT=( python2_7 )

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f86066c

Please sign in to comment.