diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-26 19:37:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-26 20:23:49 +0200 |
commit | 901e0196c41d8c1b57e327370c6f9bbeba4d309f (patch) | |
tree | 188f32b552189567798b4e3224a4dae56c4bfe67 /sci-visualization/kst/kst-2.0.8.ebuild | |
parent | sci-libs/dcmtk: Put || die where || die belongs (diff) | |
download | gentoo-901e0196c41d8c1b57e327370c6f9bbeba4d309f.tar.gz gentoo-901e0196c41d8c1b57e327370c6f9bbeba4d309f.tar.bz2 gentoo-901e0196c41d8c1b57e327370c6f9bbeba4d309f.zip |
sci-visualization/kst: Fix build with Qt 5.11
Closes: https://bugs.gentoo.org/664532
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-visualization/kst/kst-2.0.8.ebuild')
-rw-r--r-- | sci-visualization/kst/kst-2.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-visualization/kst/kst-2.0.8.ebuild b/sci-visualization/kst/kst-2.0.8.ebuild index 1ea474c0cee9..d8c58992ca3b 100644 --- a/sci-visualization/kst/kst-2.0.8.ebuild +++ b/sci-visualization/kst/kst-2.0.8.ebuild @@ -43,7 +43,7 @@ DOCS=( AUTHORS README.kstScript ) PATCHES=( "${FILESDIR}/${P}-includes.patch" - "${FILESDIR}/${P}-qt-5.11b3.patch" + "${FILESDIR}/${P}-qt-5.11.patch" ) src_configure() { |