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 96FAF138330 for ; Wed, 31 Aug 2016 14:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 027D621C153; Wed, 31 Aug 2016 14:33:49 +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 BD36821C14F for ; Wed, 31 Aug 2016 14:33:47 +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 0673D3408A2 for ; Wed, 31 Aug 2016 14:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741542486 for ; Wed, 31 Aug 2016 14:33:42 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1472654009.c2039456c60ca96065bdcbba5f431950a89b1405.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c2039456c60ca96065bdcbba5f431950a89b1405 X-VCS-Branch: master Date: Wed, 31 Aug 2016 14:33:42 +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: b9cd9598-9de6-4ccb-98d8-e57e88033ba9 X-Archives-Hash: 9c2de7050df349a4344c5a0165755011 commit: c2039456c60ca96065bdcbba5f431950a89b1405 Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Aug 30 14:19:37 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 31 14:33:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2039456 kde5.eclass: Update comment eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index a3990d3..4a20e18 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -232,7 +232,7 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KDE_BUILD_TYPE} = release ]]; then S=${WORKDIR}/${KMNAME}-${PV} fi -# Drop this when kdepim is finally split upstream +# FIXME: Drop this when kdepim-16.08.x is no more if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KMNAME} = kdepim ]]; then S="${S}/${PN}" fi