From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D276C1395E2 for ; Sat, 10 Dec 2016 15:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E3CE0C03; Sat, 10 Dec 2016 15:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17399E0C03 for ; Sat, 10 Dec 2016 15:01:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 818CB341422 for ; Sat, 10 Dec 2016 15:01:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7E624BF for ; Sat, 10 Dec 2016 15:01:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1481381885.c6be0e76d56626dad7977e92df2b9b25e70c2cc8.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c6be0e76d56626dad7977e92df2b9b25e70c2cc8 X-VCS-Branch: master Date: Sat, 10 Dec 2016 15:01:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5f17a31-838e-4d81-8935-4bc57f2660a2 X-Archives-Hash: 0ed6686114aa4751a07f28f757aef7a3 commit: c6be0e76d56626dad7977e92df2b9b25e70c2cc8 Author: Johannes Huber gentoo org> AuthorDate: Sat Dec 10 14:58:05 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Dec 10 14:58:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6be0e76 kde5.eclass: Update Plasma 4 workspace check eclass/kde5.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 9dce208..ec4a492 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -720,11 +720,11 @@ kde5_pkg_postinst() { einfo "Use it at your own risk." einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" fi - # for kf5-based applications tell user that he SHOULD NOT be using kde-base/plasma-workspace + # for kf5-based applications tell user that he SHOULD NOT be using kde-plasma/plasma-workspace:4 if [[ ${KDEBASE} != kde-base || ${CATEGORY} = kde-apps ]] && \ - has_version 'kde-base/plasma-workspace'; then + has_version 'kde-plasma/plasma-workspace:4'; then echo - ewarn "WARNING! Your system configuration still contains \"kde-base/plasma-workspace\"," + ewarn "WARNING! Your system configuration still contains \"kde-plasma/plasma-workspace:4\"," ewarn "indicating a Plasma 4 setup. With this setting you are unsupported by KDE team." ewarn "Please consider upgrading to Plasma 5." fi