aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-13 13:56:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-13 13:56:29 +0100
commitcecd5ed13720bc9869488c570f86c6d53cf3bafc (patch)
tree0b34ba31fc00a80e9ee1347bfb4b53b056458d9c
parent.travis.yml: Use 17.0 profile (diff)
downloadkde-cecd5ed13720bc9869488c570f86c6d53cf3bafc.tar.gz
kde-cecd5ed13720bc9869488c570f86c6d53cf3bafc.tar.bz2
kde-cecd5ed13720bc9869488c570f86c6d53cf3bafc.zip
kde5.eclass: Mark KDE Frameworks 5.42.0 as released
-rw-r--r--eclass/kde5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 614a1826dd..dfe0807184 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -155,7 +155,7 @@ fi
# An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
# Any package matching this will have fetch restriction enabled, and receive
# a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-frameworks-5.42.0 )
+KDE_UNRELEASED=( )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"