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 9F823139084 for ; Sat, 2 Dec 2017 19:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A12E0DD0; Sat, 2 Dec 2017 19:23:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E0EE0DD0 for ; Sat, 2 Dec 2017 19:23:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D00333FE60 for ; Sat, 2 Dec 2017 19:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B83AE73 for ; Sat, 2 Dec 2017 19:23:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1512242618.c47e50c0541e15287048412042912a7ee85e977e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c47e50c0541e15287048412042912a7ee85e977e X-VCS-Branch: master Date: Sat, 2 Dec 2017 19:23:50 +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: a1bf7e05-1d0d-465b-a553-4551bc55cbf8 X-Archives-Hash: 5d7f07b7c0bf0253d34123db2647ea62 commit: c47e50c0541e15287048412042912a7ee85e977e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 29 17:40:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 2 19:23:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47e50c0 kde5-functions.eclass: Fix eclassdoc eclass/kde5-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 6cd4ba96038..36d61f8fc50 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -26,10 +26,9 @@ esac # @DESCRIPTION: # If PV matches "*9999*", this is automatically set to "live". # Otherwise, this is automatically set to "release". +KDE_BUILD_TYPE="release" if [[ ${PV} = *9999* ]]; then KDE_BUILD_TYPE="live" -else - KDE_BUILD_TYPE="release" fi export KDE_BUILD_TYPE @@ -72,6 +71,7 @@ esac # kde5_pkg_pretend and kde5_pkg_setup. # @ECLASS-VARIABLE: KDEBASE +# @DEFAULT_UNSET # @DESCRIPTION: # This gets set to a non-zero value when a package is considered a # kdevelop ebuild.