commit: f74f797b94f4da6f3872d00d3c1391cedad0faa1 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com> AuthorDate: Fri Jan 5 12:43:48 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jan 26 21:22:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74f797b
media-gfx/alembic: add missing patch. Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6755 media-gfx/alembic/alembic-1.7.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/alembic/alembic-1.7.4.ebuild b/media-gfx/alembic/alembic-1.7.4.ebuild index 1c14f809024..59e04e1ce8f 100644 --- a/media-gfx/alembic/alembic-1.7.4.ebuild +++ b/media-gfx/alembic/alembic-1.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,6 +38,7 @@ DOCS=( ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt ) PATCHES=( "${FILESDIR}/${PN}-FindIlmBase-pkgconfig.patch" "${FILESDIR}/${PN}-CMakeLists-fix_lib.patch" + "${FILESDIR}/${PN}-fix-importerror.patch" ) pkg_setup() {
