summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
authorLorenzo Porta <vindex17@outlook.it>2015-12-13 15:17:16 +0100
committerMichael Palimaka <kensington@gentoo.org>2015-12-14 04:33:11 +1100
commit10f395cd9cdbd1657a1f684b5342e620e17db64c (patch)
tree99f7a04afeba22bbabe4fd35466ef00a57f165be /eclass/kde5.eclass
parent8f1dd5d5b3289ab564df16a6303cef29554c8a76 (diff)
downloadkde-10f395cd9cdbd1657a1f684b5342e620e17db64c.tar.gz
kde-10f395cd9cdbd1657a1f684b5342e620e17db64c.tar.bz2
kde-10f395cd9cdbd1657a1f684b5342e620e17db64c.zip
eclass: add fetch restriction for KDE Applications 15.12
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ae5f39492ef..2bfe335f8fe 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-apps-15.12.0 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"