commit: 75d53cc1f74f38a6cec4f4522a87678f0610f540 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Fri Sep 11 23:35:46 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Fri Sep 11 23:35:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=75d53cc1
eclass: Mark KDE Applications 15.08.1 as unreleased. eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 9b7b004..ff9d645 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -112,7 +112,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.14.0 ) +KDE_UNRELEASED=( kde-applications-15.08.1 kde-frameworks-5.14.0 ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"