diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-08 14:22:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-08 14:24:33 +0100 |
commit | 1a5157a5175d71ce17343f93b7a4dd6947dfe5d2 (patch) | |
tree | 6224988b13aa4bee31c99bdc8424429cb079fde1 /net-libs/accounts-qml/files | |
parent | kde-misc/zanshin: Drop 0.5.0-r1 (diff) | |
download | gentoo-1a5157a5175d71ce17343f93b7a4dd6947dfe5d2.tar.gz gentoo-1a5157a5175d71ce17343f93b7a4dd6947dfe5d2.tar.bz2 gentoo-1a5157a5175d71ce17343f93b7a4dd6947dfe5d2.zip |
net-libs/accounts-qml: New package
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/accounts-qml/files')
-rw-r--r-- | net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch b/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch new file mode 100644 index 000000000000..cfe8dec082bb --- /dev/null +++ b/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch @@ -0,0 +1,14 @@ +--- a/accounts-qml-module.pro 2016-06-08 09:26:26.000000000 +0200 ++++ b/accounts-qml-module.pro 2019-12-08 14:16:24.058806381 +0100 +@@ -5,8 +5,9 @@ + TEMPLATE = subdirs + CONFIG += ordered + SUBDIRS = \ +- src \ +- tests ++ src ++ ++CONFIG(tests): SUBDIRS += tests + + include(common-installs-config.pri) + |