From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5D4F139086 for ; Sun, 25 Dec 2016 14:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9CD32342F4; Sun, 25 Dec 2016 14:54:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4E7E2342F4 for ; Sun, 25 Dec 2016 14:54:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC76534125C for ; Sun, 25 Dec 2016 14:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00C1F24E9 for ; Sun, 25 Dec 2016 14:54:22 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1482677655.f86066c2581ca0cbb0c166903a538d6a9ca8fb56.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-9999.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f86066c2581ca0cbb0c166903a538d6a9ca8fb56 X-VCS-Branch: master Date: Sun, 25 Dec 2016 14:54:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 146b63b4-3b85-41b5-8825-91c3ebb32f1c X-Archives-Hash: 0248722e892c6a8766cd431ccbdafbc7 commit: f86066c2581ca0cbb0c166903a538d6a9ca8fb56 Author: Lars Wendler gentoo org> AuthorDate: Sun Dec 25 14:54:15 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Dec 25 14:54:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86066c2 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 63a4f1e..e44e039 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