commit: 72373df1fdfab6c5601fb5676dabb23dcac480fe Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Apr 21 08:11:16 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Apr 21 09:12:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72373df1
kde-apps/kalzium: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8091 .../files/kalzium-18.03.90-missing-header.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/kde-apps/kalzium/files/kalzium-18.03.90-missing-header.patch b/kde-apps/kalzium/files/kalzium-18.03.90-missing-header.patch deleted file mode 100644 index 8d1eee5720b..00000000000 --- a/kde-apps/kalzium/files/kalzium-18.03.90-missing-header.patch +++ /dev/null @@ -1,24 +0,0 @@ -From a56c48890a21f0d9556474e3edae9c11be898243 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlech...@gmail.com> -Date: Sun, 8 Apr 2018 02:35:14 +0200 -Subject: [PATCH] Add missing header when building with AvogadroLibs support - ---- - src/kalzium.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/kalzium.cpp b/src/kalzium.cpp -index d7c9b4c6..4636308c 100644 ---- a/src/kalzium.cpp -+++ b/src/kalzium.cpp -@@ -42,6 +42,7 @@ - #ifdef HAVE_OPENBABEL2 - #if defined(HAVE_EIGEN) && defined(HAVE_AVOGADRO) - #include "tools/moleculeview.h" -+#include <QGLFormat> - #endif - #include "tools/obconverter.h" - #endif --- -2.17.0 -