aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 14:23:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 14:23:49 +0200
commitb5e20d3aa8c19707e7384a3dd5626ec633c116e1 (patch)
tree0624e69f512ea467f2ff111d959f65a7c57c1076
parentkde-plasma/plasma-desktop: Don't run tests in parallel (diff)
downloadkde-b5e20d3a.tar.gz
kde-b5e20d3a.tar.bz2
kde-b5e20d3a.zip
kde5.eclass: Mark KDE Frameworks 5.46 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 3efcda93ac..b1a8b064b9 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -159,7 +159,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.46.0 )
+KDE_UNRELEASED=( )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"