Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/alembic/
Date: Fri, 26 Jan 2018 21:22:45
Message-Id: 1517001744.f74f797b94f4da6f3872d00d3c1391cedad0faa1.monsieurp@gentoo
1 commit: f74f797b94f4da6f3872d00d3c1391cedad0faa1
2 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 5 12:43:48 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 21:22:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74f797b
7
8 media-gfx/alembic: add missing patch.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/6755
12
13 media-gfx/alembic/alembic-1.7.4.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-gfx/alembic/alembic-1.7.4.ebuild b/media-gfx/alembic/alembic-1.7.4.ebuild
17 index 1c14f809024..59e04e1ce8f 100644
18 --- a/media-gfx/alembic/alembic-1.7.4.ebuild
19 +++ b/media-gfx/alembic/alembic-1.7.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -38,6 +38,7 @@ DOCS=( ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt )
27 PATCHES=(
28 "${FILESDIR}/${PN}-FindIlmBase-pkgconfig.patch"
29 "${FILESDIR}/${PN}-CMakeLists-fix_lib.patch"
30 + "${FILESDIR}/${PN}-fix-importerror.patch"
31 )
32
33 pkg_setup() {