aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-12-04 02:04:26 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-12-04 02:05:10 +1100
commit20fdf2735545d80ffa532cee9e81dd4c77abf99a (patch)
treefc20234da436666bf07ce4e7fb92274a2b98e9ff
parentprofiles: mask Plasma 5.5.0 (diff)
downloadkde-20fdf273.tar.gz
kde-20fdf273.tar.bz2
kde-20fdf273.zip
kde5.eclass: mask Plasma 5.5.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 ae5f39492e..b4b72b83e2 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -121,7 +121,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-plasma-5.5.0 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"