diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-02-28 08:51:02 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-02-28 08:51:20 +0100 |
commit | da9efbe1f4b36a278200fec1d6f202a0437bf757 (patch) | |
tree | 53464be96cc22a311d547817a21e12d9be0d4593 /dev-db | |
parent | net-p2p/mldonkey: add some missing deps (diff) | |
download | gentoo-da9efbe1f4b36a278200fec1d6f202a0437bf757.tar.gz gentoo-da9efbe1f4b36a278200fec1d6f202a0437bf757.tar.bz2 gentoo-da9efbe1f4b36a278200fec1d6f202a0437bf757.zip |
dev-db/qt5-sqlcipher: Drop an upstream warning message
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch | 5 |
1 files changed, 3 insertions, 2 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 index 5485ae942408..e6869e6f3d5b 100644 --- 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 @@ -1,9 +1,10 @@ --- qt5-sqlcipher-1.0.10-orig/CMakeLists.txt +++ qt5-sqlcipher-1.0.10/CMakeLists.txt -@@ -197,10 +197,7 @@ +@@ -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.") +- 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) |