commit: 8da72d88045e0143368f97cfb40212ad4e8353a0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 28 00:04:16 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 00:04:16 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8da72d88
[app-crypt/qca] Disable pgp test
Package-Manager: portage-2.2.15
---
app-crypt/qca/files/qca-disable-pgp-test.patch | 13 +++++++++++++
app-crypt/qca/qca-2.1.0.3.ebuild | 2 ++
2 files changed, 15 insertions(+)
diff --git a/app-crypt/qca/files/qca-disable-pgp-test.patch
b/app-crypt/qca/files/qca-disable-pgp-test.patch
new file mode 100644
index 0000000..7944e3c
--- /dev/null
+++ b/app-crypt/qca/files/qca-disable-pgp-test.patch
@@ -0,0 +1,13 @@
+diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt
+index f4d9eb9..67ef281 100644
+--- a/unittest/CMakeLists.txt
++++ b/unittest/CMakeLists.txt
+@@ -23,7 +23,7 @@ add_subdirectory(keylengthunittest)
+ add_subdirectory(keystore)
+ add_subdirectory(macunittest)
+ add_subdirectory(metatype)
+-add_subdirectory(pgpunittest)
++# add_subdirectory(pgpunittest)
+ add_subdirectory(pipeunittest)
+ add_subdirectory(pkits)
+ add_subdirectory(rsaunittest)
diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild
index d42d434..5c646cf 100644
--- a/app-crypt/qca/qca-2.1.0.3.ebuild
+++ b/app-crypt/qca/qca-2.1.0.3.ebuild
@@ -53,6 +53,8 @@ DOCS=( README TODO )
S=${WORKDIR}/${MY_PN}-${PV}
+PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
+
qca_plugin_use() {
echo "-DWITH_${2:-$1}_PLUGIN=$(use $1 && echo yes || echo no)"
}