summaryrefslogtreecommitdiff
path: root/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2025-11-22 14:58:59 +0100
committerUlrich Müller <ulm@gentoo.org>2025-11-22 15:02:24 +0100
commit031de6c14afdc66613f5d38dde6677f12da3c8ef (patch)
tree492e0043f907fc2e600f7b0dd7213aec605b8bd5 /dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
parent53672cf9e8391dd45aa30a6ae9f6e1d448d70300 (diff)
downloadgentoo-031de6c14afdc66613f5d38dde6677f12da3c8ef.tar.gz
gentoo-031de6c14afdc66613f5d38dde6677f12da3c8ef.tar.bz2
gentoo-031de6c14afdc66613f5d38dde6677f12da3c8ef.zip
dev-db/qt5-sqlcipher: drop 1.0.11-r2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch')
-rw-r--r--dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
deleted file mode 100644
index e6869e6f3d5b..000000000000
--- a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- qt5-sqlcipher-1.0.10-orig/CMakeLists.txt
-+++ qt5-sqlcipher-1.0.10/CMakeLists.txt
-@@ -196,11 +196,7 @@
- INSTALL(TARGETS qsqlcipher-test DESTINATION bin)
- endif()
- else()
-- message(WARNING "Packaging is not set up for this platform, either submit a ticket or change/add pathes yourself, if packaging is required.")
-- INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)
-- if (QSQLCIPHER_BUILD_TESTS)
-- INSTALL(TARGETS qsqlcipher-test DESTINATION bin)
-- endif()
-+ INSTALL(TARGETS qsqlcipher DESTINATION @LIBDIR@/qt5/plugins/sqldrivers)
- endif()
- else()
- INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)