diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-08 19:55:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-08 19:59:37 +0200 |
commit | 1ea6b27ef3cf489d099d3753b5c8c2050d67054e (patch) | |
tree | cbcca0db79ed84b5f69f11017c0995c8a06e92a6 /sci-visualization/labplot/labplot-9999.ebuild | |
parent | www-client/chromium: dev channel bump (59.0.3063.4) (diff) | |
download | gentoo-1ea6b27ef3cf489d099d3753b5c8c2050d67054e.tar.gz gentoo-1ea6b27ef3cf489d099d3753b5c8c2050d67054e.tar.bz2 gentoo-1ea6b27ef3cf489d099d3753b5c8c2050d67054e.zip |
sci-visualization/labplot: 2.4.0 version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-visualization/labplot/labplot-9999.ebuild')
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 463b7dba15eb..6eebaf152481 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -52,11 +52,11 @@ RDEPEND="${COMMON_DEPEND} " src_prepare() { + kde5_src_prepare + if ! use handbook && [[ ${KDE_BUILD_TYPE} != live ]]; then cmake_comment_add_subdirectory doc-translations fi - - kde5_src_prepare } src_configure() { |