summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 12:49:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 12:54:12 +0100
commit54b3f95437fa62b2b354296db3658abc92450f8e (patch)
treef31299de6327d2bbf1d28dd0b7a0011cd3b203d2 /eclass
parentf2fae914b04fa2c06fd313cd0a95c9fecb15320c (diff)
downloadkde-54b3f95437fa62b2b354296db3658abc92450f8e.tar.gz
kde-54b3f95437fa62b2b354296db3658abc92450f8e.tar.bz2
kde-54b3f95437fa62b2b354296db3658abc92450f8e.zip
kde5.eclass: Mark KDE Applications 18.08.3 as released
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to '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 24364dbc523..e31270db14d 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.52.0 kde-apps-18.08.3 )
+KDE_UNRELEASED=( kde-frameworks-5.52.0 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"