From 83ee256c4e08400771af6266ae1d4c7d23467658 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Tue, 10 Jan 2017 08:44:31 +0100 Subject: kde5.eclass: Mark KDE Applications 16.12.1 as unreleased --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 176c54e9c3..6d5b44c0fb 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -127,7 +127,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.30.0 ) +KDE_UNRELEASED=( kde-frameworks-5.30.0 kde-apps-16.12.1 ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/" -- cgit v1.2.3-65-gdbad