Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qt5-sqlcipher/files/
Date: Mon, 28 Feb 2022 07:51:36
Message-Id: 1646034680.da9efbe1f4b36a278200fec1d6f202a0437bf757.ulm@gentoo
1 commit: da9efbe1f4b36a278200fec1d6f202a0437bf757
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 07:51:02 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 07:51:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9efbe1
7
8 dev-db/qt5-sqlcipher: Drop an upstream warning message
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 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
17 index 5485ae942408..e6869e6f3d5b 100644
18 --- a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
19 +++ b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
20 @@ -1,9 +1,10 @@
21 --- qt5-sqlcipher-1.0.10-orig/CMakeLists.txt
22 +++ qt5-sqlcipher-1.0.10/CMakeLists.txt
23 -@@ -197,10 +197,7 @@
24 +@@ -196,11 +196,7 @@
25 + INSTALL(TARGETS qsqlcipher-test DESTINATION bin)
26 endif()
27 else()
28 - message(WARNING "Packaging is not set up for this platform, either submit a ticket or change/add pathes yourself, if packaging is required.")
29 +- message(WARNING "Packaging is not set up for this platform, either submit a ticket or change/add pathes yourself, if packaging is required.")
30 - INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)
31 - if (QSQLCIPHER_BUILD_TESTS)
32 - INSTALL(TARGETS qsqlcipher-test DESTINATION bin)