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 CCB2013888F for ; Mon, 5 Oct 2015 20:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92448E07D9; Mon, 5 Oct 2015 20:24:49 +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 0DD0DE0814 for ; Mon, 5 Oct 2015 20:24:48 +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 151E23409F1 for ; Mon, 5 Oct 2015 20:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59776887 for ; Mon, 5 Oct 2015 20:24:46 +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: <1444076458.cfabe6e8b03342bf6a67418151c52d298edcbf9b.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: cfabe6e8b03342bf6a67418151c52d298edcbf9b X-VCS-Branch: master Date: Mon, 5 Oct 2015 20:24:46 +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: bc405d22-6fd1-42c8-969c-5a111ce370fc X-Archives-Hash: a5f9d1b1cd3f013476b78be0091c5592 commit: cfabe6e8b03342bf6a67418151c52d298edcbf9b Author: Manuel Rüger gentoo org> AuthorDate: Mon Oct 5 20:20:58 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 5 20:20:58 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cfabe6e8 eclass: Add Plasma 5.4.2 to the unreleased packages. eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index eef725e..66c7ae2 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_UNRELEASED=( kde-plasma-5.4.2 ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"