diff options
author | Bernd Waibel <waebbl@gmail.com> | 2018-01-05 13:43:48 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-26 22:22:24 +0100 |
commit | f74f797b94f4da6f3872d00d3c1391cedad0faa1 (patch) | |
tree | 48b0ca5e1e9acb230f8f2c024decc5c8e565b301 /media-gfx | |
parent | dev-util/pycharm-professional: version bump to 2017.3.3 (diff) | |
download | gentoo-f74f797b94f4da6f3872d00d3c1391cedad0faa1.tar.gz gentoo-f74f797b94f4da6f3872d00d3c1391cedad0faa1.tar.bz2 gentoo-f74f797b94f4da6f3872d00d3c1391cedad0faa1.zip |
media-gfx/alembic: add missing patch.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6755
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/alembic/alembic-1.7.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/alembic/alembic-1.7.4.ebuild b/media-gfx/alembic/alembic-1.7.4.ebuild index 1c14f809024c..59e04e1ce8f4 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() { |