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 66108138330 for ; Tue, 29 May 2018 20:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03437E080E; Tue, 29 May 2018 20:10:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4CA7E080E for ; Tue, 29 May 2018 20:10:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0689335C39 for ; Tue, 29 May 2018 20:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC04C2BC for ; Tue, 29 May 2018 20:10:34 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527624615.7b674cdd0997d2106b62d3ef41dbf6db479ea07f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ilmbase/, media-libs/ilmbase/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch media-libs/ilmbase/ilmbase-1.0.2.ebuild X-VCS-Directories: media-libs/ilmbase/files/ media-libs/ilmbase/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7b674cdd0997d2106b62d3ef41dbf6db479ea07f X-VCS-Branch: master Date: Tue, 29 May 2018 20:10:34 +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: b8d03d5e-0992-439a-85e0-56739ae3cc85 X-Archives-Hash: a480d6789f6c5bb5f739de748b306dae commit: 7b674cdd0997d2106b62d3ef41dbf6db479ea07f Author: Aaron Bauman gentoo org> AuthorDate: Tue May 29 15:43:18 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 29 20:10:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b674cdd media-libs/ilmbase: bump EAPI and drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../ilmbase/files/ilmbase-1.0.0-asneeded.patch | 4 ++-- media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch | 4 ++-- media-libs/ilmbase/ilmbase-1.0.2.ebuild | 20 +++++++++++--------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch b/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch index dc69fb98363..a3953efd351 100644 --- a/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch +++ b/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch @@ -1,5 +1,5 @@ ---- IlmThread/Makefile.in -+++ IlmThread/Makefile.in +--- a/IlmThread/Makefile.in ++++ b/IlmThread/Makefile.in @@ -209,7 +209,7 @@ IlmThreadMutexPosix.cpp diff --git a/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch b/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch index d822092254d..a4e186058fe 100644 --- a/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch +++ b/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch @@ -1,5 +1,5 @@ ---- Imath/ImathMatrix.h -+++ Imath/ImathMatrix.h +--- a/Imath/ImathMatrix.h ++++ b/Imath/ImathMatrix.h @@ -37,6 +37,8 @@ #ifndef INCLUDED_IMATHMATRIX_H #define INCLUDED_IMATHMATRIX_H diff --git a/media-libs/ilmbase/ilmbase-1.0.2.ebuild b/media-libs/ilmbase/ilmbase-1.0.2.ebuild index eb979ea8ca4..b92d275e1df 100644 --- a/media-libs/ilmbase/ilmbase-1.0.2.ebuild +++ b/media-libs/ilmbase/ilmbase-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit eutils libtool +EAPI=6 +inherit libtool DESCRIPTION="OpenEXR ILM Base libraries" HOMEPAGE="http://openexr.com/" @@ -16,20 +16,22 @@ IUSE="static-libs" RDEPEND="!