aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-05 15:24:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-05 15:24:12 +0100
commit0a0e42155232629006f35d99abf828a297217c94 (patch)
tree59ac57cbbb357c1b706c65cd09cff043a4ecda43
parentkde5-functions.eclass: Raise PLASMA_MINIMAL to latest stable (diff)
downloadkde-0a0e4215.tar.gz
kde-0a0e4215.tar.bz2
kde-0a0e4215.zip
kde5.eclass: Mark kde-frameworks-5.31.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 a0494554fa..7e842d4a52 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_UNRELEASED=( kde-frameworks-5.31.0 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"