summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-09-23 23:29:55 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2016-09-23 23:30:48 +0300
commit113f70ec80afe48d98b60293be3d2f09155d301c (patch)
tree62fd5230e224960f854c8d25339bda7fa05c1b5a /app-crypt/gpgme/files/gpgme-1.7.0-build-tests-disable.patch
parentnet-im/bitlbee: remove old (diff)
downloadgentoo-113f70ec80afe48d98b60293be3d2f09155d301c.tar.gz
gentoo-113f70ec80afe48d98b60293be3d2f09155d301c.tar.bz2
gentoo-113f70ec80afe48d98b60293be3d2f09155d301c.zip
app-crypt/gpgme: fix qt tests issue
Bug: 594922 Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/gpgme/files/gpgme-1.7.0-build-tests-disable.patch')
-rw-r--r--app-crypt/gpgme/files/gpgme-1.7.0-build-tests-disable.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/app-crypt/gpgme/files/gpgme-1.7.0-build-tests-disable.patch b/app-crypt/gpgme/files/gpgme-1.7.0-build-tests-disable.patch
new file mode 100644
index 000000000000..7d56ad32d6fc
--- /dev/null
+++ b/app-crypt/gpgme/files/gpgme-1.7.0-build-tests-disable.patch
@@ -0,0 +1,40 @@
+From 516022b0cd1a43973a467bb5b7e6813b9444d608 Mon Sep 17 00:00:00 2001
+From: Alon Bar-Lev <alon.barlev@gmail.com>
+Date: Fri, 23 Sep 2016 22:46:39 +0300
+Subject: [PATCH] build: tests: remove non working
+
+Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
+---
+ lang/qt/tests/Makefile.am | 2 +-
+ tests/gpg/Makefile.am | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
+index a41dc8c..e05c8a3 100644
+--- a/lang/qt/tests/Makefile.am
++++ b/lang/qt/tests/Makefile.am
+@@ -25,7 +25,7 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir)
+ EXTRA_DIST = initial.test
+
+ TESTS = initial.test t-keylist t-keylocate t-ownertrust t-tofuinfo \
+- t-encrypt t-wkspublish
++ t-wkspublish
+
+ moc_files = t-keylist.moc t-keylocate.moc t-ownertrust.moc t-tofuinfo.moc \
+ t-encrypt.moc t-support.hmoc t-wkspublish.moc
+diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
+index 9877843..90a1dfd 100644
+--- a/tests/gpg/Makefile.am
++++ b/tests/gpg/Makefile.am
+@@ -36,7 +36,7 @@ endif
+
+ c_tests = \
+ t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \
+- t-decrypt t-verify t-decrypt-verify t-sig-notation t-export \
++ t-decrypt t-verify t-decrypt-verify t-export \
+ t-import t-trustlist t-edit t-keylist t-keylist-sig t-wait \
+ t-encrypt-large t-file-name t-gpgconf t-encrypt-mixed $(tests_unix)
+
+--
+2.7.3
+