commit:     47fe696298f85019afd083acb64e8b6863b4754e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 16:50:14 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  1 16:50:14 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=47fe6962

app-office/calligraplan: Check KDE_BUILD_TYPE after inherit kde5

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/calligraplan/calligraplan-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild 
b/app-office/calligraplan/calligraplan-9999.ebuild
index 1d8f104eea..b33b8ab6b3 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -1,13 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
-       SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 inherit kde5
@@ -15,6 +10,11 @@ inherit kde5
 DESCRIPTION="Project management application"
 HOMEPAGE="https://www.calligra.org/";
 
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+       SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
 LICENSE="GPL-2"
 IUSE="activities dbus +holidays pim X"
 

Reply via email to