From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-936831-garchives=archives.gentoo.org@lists.gentoo.org>
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 C555E139694
	for <garchives@archives.gentoo.org>; Tue,  7 Mar 2017 16:59:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 09EB2E0CAD;
	Tue,  7 Mar 2017 16:59:57 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DADE2E0CAD
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Mar 2017 16:59:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A2A4134071C
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Mar 2017 16:59:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 178BC5F16
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Mar 2017 16:59:54 +0000 (UTC)
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1488904205.bcc1b8616cb4c74fe40f7aabc78b422bc5fd9d04.johu@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
X-VCS-Repository: proj/kde
X-VCS-Files: eclass/kde4-base.eclass eclass/kde5.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: bcc1b8616cb4c74fe40f7aabc78b422bc5fd9d04
X-VCS-Branch: master
Date: Tue,  7 Mar 2017 16:59:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 81c0c526-0a11-4187-9c50-30cf1c5abae3
X-Archives-Hash: 0591d10a26ef82f1a90546ee5b4e0526

commit:     bcc1b8616cb4c74fe40f7aabc78b422bc5fd9d04
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 16:30:05 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 16:30:05 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bcc1b861

kde*eclass: Mark KDE Applications 16.12.3 as unreleased

 eclass/kde4-base.eclass | 2 +-
 eclass/kde5.eclass      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 0f750fccfc..de996510ea 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -176,7 +176,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-apps-16.12.3 )
 
 # Setup packages inheriting this eclass
 case ${KDEBASE} in

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index fc8f10db03..1fd8b78ca7 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -126,7 +126,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-frameworks-5.32.0 )
+KDE_UNRELEASED=( kde-frameworks-5.32.0 kde-apps-16.12.3 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
 	HOMEPAGE="https://www.kdevelop.org/"