commit: 7b5663c4f1b977696c859e9a91554d2e83d98c29 Author: Lorenzo Porta <Vindex17 <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Wed Sep 16 07:16:23 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Thu Sep 17 08:34:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b5663c4
eclass: Remove fetch restriction for KDE Applications 15.08.1 WRT https://www.kde.org/announcements/announce-applications-15.08.1.php eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index fb8ea23..edb5ca8 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-apps-15.08.1 ) +KDE_UNRELEASED=() if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"
