Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Mon, 11 Sep 2017 16:48:13
Message-Id: 1505148430.9f092c205a6f96f1d9f33887f343986c529adff9.johu@gentoo
1 commit: 9f092c205a6f96f1d9f33887f343986c529adff9
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 16:47:10 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 16:47:10 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f092c20
7
8 kde5-functions.eclass: Drop no-op line
9
10 Reported-by: Arfrever
11
12 eclass/kde5-functions.eclass | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 3fa79d8565..0d59126c3a 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -33,7 +33,6 @@ export KDE_BUILD_TYPE
20 case ${CATEGORY} in
21 kde-frameworks)
22 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
23 - [[ ${KDE_BUILD_TYPE} = live || $(get_version_component_range 2) -ge 37 ]]
24 ;;
25 kde-plasma)
26 if [[ ${KDE_BUILD_TYPE} = live ]]; then