summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-05 18:05:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-05 18:06:13 +0200
commit5cc674352064a5cada27f14b2c98ba9b5f7a1261 (patch)
tree67432ba5c54038972a5569a0f306d70dd88fcf33 /media-libs/assimp/files/assimp-5.0.1-projectversion.patch
parentvirtual/qmail: notqmail is also a qmail (diff)
downloadgentoo-5cc674352064a5cada27f14b2c98ba9b5f7a1261.tar.gz
gentoo-5cc674352064a5cada27f14b2c98ba9b5f7a1261.tar.bz2
gentoo-5cc674352064a5cada27f14b2c98ba9b5f7a1261.zip
media-libs/assimp: Fix tests
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/assimp/files/assimp-5.0.1-projectversion.patch')
-rw-r--r--media-libs/assimp/files/assimp-5.0.1-projectversion.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-libs/assimp/files/assimp-5.0.1-projectversion.patch b/media-libs/assimp/files/assimp-5.0.1-projectversion.patch
new file mode 100644
index 000000000000..ed82e1b0b4b0
--- /dev/null
+++ b/media-libs/assimp/files/assimp-5.0.1-projectversion.patch
@@ -0,0 +1,22 @@
+From 13a2f22835cfe4093860de3e3d33782f854a2e58 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Lo=C3=AFc?= <loic.fricoteaux@airbus.com>
+Date: Tue, 14 Jan 2020 16:26:24 +0100
+Subject: [PATCH] Fix Assimp patch version to match the last bug fix release
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 23b6f6d618..e14c4aa21f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -51,7 +51,7 @@ IF(HUNTER_ENABLED)
+ add_definitions(-DASSIMP_USE_HUNTER)
+ ENDIF(HUNTER_ENABLED)
+
+-PROJECT( Assimp VERSION 5.0.0 )
++PROJECT( Assimp VERSION 5.0.1 )
+
+ # All supported options ###############################################
+