commit: da2270d47b0cb94af09d0ccc9eff0d963355d363 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 24 18:36:04 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 24 18:36:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2270d4
sci-geosciences/qmapshack: Actually use the cmake patch Closes: https://github.com/gentoo/gentoo/pull/19633 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild index b940212b752..a8699074a85 100644 --- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild +++ b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild @@ -34,7 +34,10 @@ BDEPEND="dev-qt/linguist-tools:5" S="${WORKDIR}"/${PN}-V_${PV} -PATCHES=( "${S}"/FindPROJ4.patch ) +PATCHES=( + "${S}"/FindPROJ4.patch + "${FILESDIR}"/${P}-no-hacks-kthxbye.patch +) src_prepare() { cmake_src_prepare
