diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-02 09:13:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-02 09:34:48 +0100 |
commit | 2563975471f4562468981b2670cd425c3e7a2c45 (patch) | |
tree | 2f82373df08548cacdc8953bc3410500a15d21ad /dev-libs/libdbusmenu-qt | |
parent | app-crypt/ccid: arm stable, bug #633680 (diff) | |
download | gentoo-2563975471f4562468981b2670cd425c3e7a2c45.tar.gz gentoo-2563975471f4562468981b2670cd425c3e7a2c45.tar.bz2 gentoo-2563975471f4562468981b2670cd425c3e7a2c45.zip |
dev-libs/libdbusmenu-qt: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6393
Diffstat (limited to 'dev-libs/libdbusmenu-qt')
-rw-r--r-- | dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch b/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch deleted file mode 100644 index 7f6d82eb00db..000000000000 --- a/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- CMakeLists.txt.old 2014-10-10 21:14:47.139654992 +0200 -+++ CMakeLists.txt 2014-10-10 21:16:17.114656451 +0200 -@@ -90,8 +90,12 @@ - ) - - add_subdirectory(src) -+ -+option(BUILD_TESTS "Build tests for qt4" ON) - if (NOT USE_QT5) # TODO port tests to Qt5 --add_subdirectory(tests) -+ if(BUILD_TESTS) -+ add_subdirectory(tests) -+ endif(BUILD_TESTS) - endif() - add_subdirectory(tools) - |