From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 885431393F1 for ; Sat, 12 Sep 2015 16:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B426E088D; Sat, 12 Sep 2015 16:01:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABB30E088D for ; Sat, 12 Sep 2015 16:01:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 882CC3407D0 for ; Sat, 12 Sep 2015 16:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4EA91F2 for ; Sat, 12 Sep 2015 16:01:16 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442073646.deefeaa09245bd887952b24c5a1003cd8d02a2a4.mrueg@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: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: deefeaa09245bd887952b24c5a1003cd8d02a2a4 X-VCS-Branch: master Date: Sat, 12 Sep 2015 16:01:16 +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-Archives-Salt: 032d4342-f80c-4ae0-bdaa-c2792616f8db X-Archives-Hash: c65e369cce1fbff8f3b21b04aec90a30 commit: deefeaa09245bd887952b24c5a1003cd8d02a2a4 Author: Manuel Rüger gentoo org> AuthorDate: Sat Sep 12 16:00:46 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Sep 12 16:00:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=deefeaa0 eclass: KDE Frameworks 5.14 is available now. Fix category name. eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index ff9d645..fb8ea23 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-applications-15.08.1 kde-frameworks-5.14.0 ) +KDE_UNRELEASED=( kde-apps-15.08.1 ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"