aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-03 18:08:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-03 18:08:31 +0200
commit515770ada824efa18df5431af7a7d5f98170b199 (patch)
tree88a9c0d209650114585307f4228ecf04f0df0ae4
parentkde-plasma/oxygen: DEPEND on >=Qt-4.8.7, warn on <GCC-5 (diff)
downloadkde-515770ad.tar.gz
kde-515770ad.tar.bz2
kde-515770ad.zip
kde5.eclass: Mark KDE Frameworks 5.35.0 as unreleased
-rw-r--r--eclass/kde5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 7183973348..ea7a36aaff 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -126,7 +126,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_UNRELEASED=( kde-frameworks-5.35.0 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"