kde5-functions.eclass: Fix eclassdoc
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 29 Nov 2017 17:40:11 +0000 (18:40 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 2 Dec 2017 19:23:38 +0000 (20:23 +0100)
eclass/kde5-functions.eclass

index 6cd4ba96038c8be1e97618c994f8b19ac81532fd..36d61f8fc50328e4639434164768a98ddcef630c 100644 (file)
@@ -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.