aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 10:26:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 10:26:51 +0100
commit81fc514336d008bb58da81178c6fae6b422c31f6 (patch)
treea5b17cb53a66a1dc748b0db32ca674873e95debd
parentprofiles: Add kde-apps-17.12.2 package.mask (diff)
downloadkde-81fc5143.tar.gz
kde-81fc5143.tar.bz2
kde-81fc5143.zip
kde5.eclass: Mark KDE Applications 17.12.2 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 21d00b1ddb..1d9ce1e5b3 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-plasma-5.12.0 kde-frameworks-5.43.0 )
+KDE_UNRELEASED=( kde-plasma-5.12.0 kde-frameworks-5.43.0 kde-apps-17.12.2 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"