diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-27 19:36:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-27 20:35:13 +0200 |
commit | daeb3a4aab4d91037646d7a4af6dcd645de6befe (patch) | |
tree | 4c9eff96ee426e8a78b89b97003c07525ee623d3 /dev-libs/quazip/files | |
parent | dev-python/msgpack: stabilize 0.5.6 for x86 (diff) | |
download | gentoo-daeb3a4aab4d91037646d7a4af6dcd645de6befe.tar.gz gentoo-daeb3a4aab4d91037646d7a4af6dcd645de6befe.tar.bz2 gentoo-daeb3a4aab4d91037646d7a4af6dcd645de6befe.zip |
dev-libs/quazip: 0.8.1 version bump
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/quazip/files')
-rw-r--r-- | dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch b/dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch deleted file mode 100644 index 1d96af6791fb..000000000000 --- a/dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 6f5e2159dc7ee898ef08a9e3e3a8e0248d2d0caf Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sat, 25 May 2019 18:13:58 +0200 -Subject: [PATCH] Revert "Install the FindQuaZip.cmake in the right prefix" - -This reverts commit d5eaa8be998da2430ffd43e0eefa617cf1550ca3. ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a43fefe..539caa4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -60,4 +60,4 @@ set(QUAZIP_LIB_TARGET_NAME quazip${QUAZIP_LIB_VERSION_SUFFIX} CACHE - - add_subdirectory(quazip) - --install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION share/cmake) -+install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION ${CMAKE_ROOT}/Modules) --- -2.21.0 - |