Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 25 Apr 2018 15:06:50
Message-Id: 1524668682.b26da74425ea5b8163d072952ca3c64e58cc0746.asturm@gentoo
1 commit: b26da74425ea5b8163d072952ca3c64e58cc0746
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 15:04:42 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 15:04:42 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b26da744
7
8 kde5-functions.eclass: Drop kde-apps-18.03.x compat after removal
9
10 eclass/kde5-functions.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index fd0ead79c2..e5ec092411 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -44,7 +44,7 @@ case ${CATEGORY} in
18 fi
19 ;;
20 kde-apps)
21 - if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18* ]]; then
22 + if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
23 : ${FRAMEWORKS_MINIMAL:=5.44.0}
24 fi
25 ;;