summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl@gmail.com>2019-08-02 22:13:40 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-08-03 17:47:47 +0300
commitfa426a81732eebf31e85e90286e19c1e1ed3fbca (patch)
treef6b4d435f50d88defe2a3ce8b47cbff60ad68f9c /media-gfx/alembic/alembic-1.7.11.ebuild
parentapp-antivirus/clamav-unofficial-sigs: new version 6.0.1. (diff)
downloadgentoo-fa426a81732eebf31e85e90286e19c1e1ed3fbca.tar.gz
gentoo-fa426a81732eebf31e85e90286e19c1e1ed3fbca.tar.bz2
gentoo-fa426a81732eebf31e85e90286e19c1e1ed3fbca.zip
media-gfx/alembic: fix a boost_python variable
The patch fixes an issue when USE=test is used, where the python version suffix was not used in a variable. Closes: https://bugs.gentoo.org/691300 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12602 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/alembic/alembic-1.7.11.ebuild')
-rw-r--r--media-gfx/alembic/alembic-1.7.11.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-gfx/alembic/alembic-1.7.11.ebuild b/media-gfx/alembic/alembic-1.7.11.ebuild
index ac081bcaddb5..f23a45282d8c 100644
--- a/media-gfx/alembic/alembic-1.7.11.ebuild
+++ b/media-gfx/alembic/alembic-1.7.11.ebuild
@@ -45,6 +45,7 @@ PATCHES=(
"${FILESDIR}/${P}-0003-Fix-env-var-for-renderman.patch"
"${FILESDIR}/${P}-0004-Fix-a-compile-issue-with-const.patch"
"${FILESDIR}/${P}-0005-Fix-install-locations.patch"
+ "${FILESDIR}/${P}-0006-python-PyAlembic-Tests-CMakeLists.txt-fix-variable.patch"
)
src_prepare() {