diff options
author | 2018-11-10 10:57:39 +0100 | |
---|---|---|
committer | 2018-11-10 10:59:48 +0100 | |
commit | b108dc62e501a42a6114215c26c4f04106723f1e (patch) | |
tree | 7873d13b791623678319da1c1fe21aec61a1105e /eclass | |
parent | Documentation: Add libmpt in stabilization list for kde-applications-18.08.03... (diff) | |
download | kde-b108dc62e501a42a6114215c26c4f04106723f1e.tar.gz kde-b108dc62e501a42a6114215c26c4f04106723f1e.tar.bz2 kde-b108dc62e501a42a6114215c26c4f04106723f1e.zip |
kde5.eclass: Mark KDE Frameworks 5.52 as released
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index e31270db14..3f2d1b1823 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_UNRELEASED=( ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/" |