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 E111F139082 for ; Wed, 29 Nov 2017 17:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F19EBE0AF0; Wed, 29 Nov 2017 17:40:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CCEE3E0AF0 for ; Wed, 29 Nov 2017 17:40:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7E61833C770 for ; Wed, 29 Nov 2017 17:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EA0DABD8 for ; Wed, 29 Nov 2017 17:40:57 +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: <1511977211.a326d0dd76c396f43949c03c40f8938538de288a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a326d0dd76c396f43949c03c40f8938538de288a X-VCS-Branch: master Date: Wed, 29 Nov 2017 17:40:57 +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: edd44567-e74b-45d2-9792-a92bf8ae7247 X-Archives-Hash: 4226107bd8addfa072612b88b7a0a24c commit: a326d0dd76c396f43949c03c40f8938538de288a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 29 17:40:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 29 17:40:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a326d0dd kde5-functions.eclass: Fix eclassdoc Bug: https://bugs.gentoo.org/637778 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 8494732379..6beaf698dc 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 @@ -83,6 +82,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.