From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3528A138350 for ; Sun, 9 Feb 2020 10:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FBF7E0849; Sun, 9 Feb 2020 10:03:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56234E0849 for ; Sun, 9 Feb 2020 10:03:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3872034E80C for ; Sun, 9 Feb 2020 10:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509852A for ; Sun, 9 Feb 2020 10:03:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581192111.182f7b6928ef5e89543b435465f038b0815012f2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 182f7b6928ef5e89543b435465f038b0815012f2 X-VCS-Branch: master Date: Sun, 9 Feb 2020 10:03:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3980834e-366b-4c2f-b463-b6731027f971 X-Archives-Hash: 6cf632ac740f64f1d1fb0f6d6e9d40ba commit: 182f7b6928ef5e89543b435465f038b0815012f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 8 17:15:17 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 8 20:01:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=182f7b69 kde.org.eclass: Mark KDE Frameworks 5.67.0 as released Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index a8aa57bc81..18c2884457 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -67,7 +67,7 @@ esac # 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.67.0 kde-plasma-5.18.0 ) +KDE_UNRELEASED=( kde-plasma-5.18.0 ) HOMEPAGE="https://kde.org/"