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 A1756138334 for ; Sun, 4 Aug 2019 17:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2F47E08BF; Sun, 4 Aug 2019 17:30:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C802AE08BF for ; Sun, 4 Aug 2019 17:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BE330349942 for ; Sun, 4 Aug 2019 17:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB0F74E for ; Sun, 4 Aug 2019 17:30:30 +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: <1564936862.fde776e7dbb0761575aa5d81297fe19ac4ba23d5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fde776e7dbb0761575aa5d81297fe19ac4ba23d5 X-VCS-Branch: master Date: Sun, 4 Aug 2019 17:30:30 +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: f52d3c3f-1d9b-4c44-b686-ef4e465a5a62 X-Archives-Hash: 3fd6b85493fc3b0804bdc60a6d237fbb commit: fde776e7dbb0761575aa5d81297fe19ac4ba23d5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 4 16:41:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 4 16:41:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fde776e7 kde5.eclass: Mark KDE Frameworks 5.61.0 unreleased Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 3e43213d7e..1cb707be92 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -151,13 +151,13 @@ fi # For any other value, that value will be used as subslot. : ${KDE_SUBSLOT:=false} -# @ECLASS-VARIABLE: KDE_UNRELEASED +# @ECLASS-VARIABLE: KDE_fUNRELEASED # @INTERNAL # @DESCRIPTION # 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=( kde-frameworks-5.61.0 ) HOMEPAGE="https://kde.org/" LICENSE="GPL-2"