commit: 4c4eaf325a794e1995ce4f9039e774db14c664cf Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Nov 6 14:27:09 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 14:27:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c4eaf32
eclass: mark Plasma 5.4.3 as unreleased eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index aad8416..f6f7044 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=( plasma-5.4.3 ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"