summaryrefslogtreecommitdiff
path: root/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-03-15 23:00:41 +0100
committerJohannes Huber <johu@gentoo.org>2016-03-15 23:00:41 +0100
commit68b63d4edb6968b593232e8038990f5441f5f152 (patch)
treeb77eeb186208b9fffe46eadbe16936d1ba8518f3 /dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
parentdabe8fc38b46fc8881c419e5403d037f1f70a980 (diff)
downloadkde-68b63d4edb6968b593232e8038990f5441f5f152.tar.gz
kde-68b63d4edb6968b593232e8038990f5441f5f152.tar.bz2
kde-68b63d4edb6968b593232e8038990f5441f5f152.zip
dev-libs/qoauth: Remove
Package not maintained by us. Snapshot in tree available. Gentoo-bug: 556180 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch')
-rw-r--r--dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch b/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
deleted file mode 100644
index 1fd6fd0fc8c..00000000000
--- a/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/qoauth.pro b/qoauth.pro
-index f09b3be..27d7bb3 100644
---- a/qoauth.pro
-+++ b/qoauth.pro
-@@ -5,6 +5,6 @@ SUBDIRS += src tests
- CONFIG += ordered
-
- check.target = check
--check.commands = ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface && ./ft_interface )
-+check.commands = ( cd tests/ut_interface && ./ut_interface )
- check.depends = sub-tests
- QMAKE_EXTRA_TARGETS += check
-diff --git a/tests/tests.pro b/tests/tests.pro
-index d582750..e010bb0 100644
---- a/tests/tests.pro
-+++ b/tests/tests.pro
-@@ -1,2 +1,2 @@
- TEMPLATE = subdirs
--SUBDIRS += ut_interface ft_interface
-+SUBDIRS += ut_interface