diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-07 22:53:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-07 23:15:18 +0100 |
commit | d6d150e2b6eb5cfc3658e7bee5c616224edfc56f (patch) | |
tree | 545141cf2a1c38389ac2d1eb60122738c506e626 /net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch | |
parent | qt4-r2.eclass: Remove unused eclass (diff) | |
download | kde-sunset-d6d150e2b6eb5cfc3658e7bee5c616224edfc56f.tar.gz kde-sunset-d6d150e2b6eb5cfc3658e7bee5c616224edfc56f.tar.bz2 kde-sunset-d6d150e2b6eb5cfc3658e7bee5c616224edfc56f.zip |
net-libs/telepathy-qt: EAPI-7, cmake.eclass, SLOT="0-qt4", drop IUSE=test
Add missing patches to fix build in the first place.
Test dependency is gone from Gentoo ebuild repo so drop all facilities.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch')
-rw-r--r-- | net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch new file mode 100644 index 00000000..97a880c7 --- /dev/null +++ b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch @@ -0,0 +1,17 @@ +diff --git a/cmake/modules/TelepathyDefaults.cmake b/cmake/modules/TelepathyDefaults.cmake +index d34b24d..eb51454 100644 +--- a/cmake/modules/TelepathyDefaults.cmake ++++ b/cmake/modules/TelepathyDefaults.cmake +@@ -59,11 +59,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) + set(DEPRECATED_DECLARATIONS_FLAGS) + endif (CXX_DEPRECATED_DECLARATIONS) + +- if(${TP_QT_NANO_VERSION} EQUAL 0) +- set(NOT_RELEASE 0) +- else(${TP_QT_NANO_VERSION} EQUAL 0) +- set(NOT_RELEASE 1) +- endif(${TP_QT_NANO_VERSION} EQUAL 0) ++ set(NOT_RELEASE 0) + + set(desired + all |