aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-04 09:41:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-04 09:41:39 +0200
commit6635567b93df108105c22d53cffab5012d73637e (patch)
treee6348aabb7e3add5814bd0aae150d3a445306885
parentkde-misc/krename: Add missing slot op (diff)
downloadkde-6635567b.tar.gz
kde-6635567b.tar.bz2
kde-6635567b.zip
kde5.eclass: Mark KDE Applications 18.08.1 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 8fd572796b..5680aca2da 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -165,7 +165,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.50.0 )
+KDE_UNRELEASED=( kde-frameworks-5.50.0 kde-apps-18.08.1 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"