From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-736442-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id AC90F138247
	for <garchives@archives.gentoo.org>; Thu,  9 Oct 2014 09:45:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 58380E08D0;
	Thu,  9 Oct 2014 09:44:57 +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 095BBE08D0
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Oct 2014 09:44:56 +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 DED9234014B
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Oct 2014 09:44:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 96BA87652
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Oct 2014 09:44:54 +0000 (UTC)
From: "Michael Palimaka" <kensington@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, "Michael Palimaka" <kensington@gentoo.org>
Message-ID: <1412847882.c312544fde840e4a99c438b1b7b0f1970c921b79.kensington@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-frameworks/kio/kio-5.3.0.ebuild kde-frameworks/kio/kio-9999.ebuild
X-VCS-Directories: kde-frameworks/kio/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: c312544fde840e4a99c438b1b7b0f1970c921b79
X-VCS-Branch: master
Date: Thu,  9 Oct 2014 09:44: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: 044a03df-a3cc-420b-8f63-9b1ecb4f4946
X-Archives-Hash: cd46639a033e869d1b36bb3c634111d4

commit:     c312544fde840e4a99c438b1b7b0f1970c921b79
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 09:44:42 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  9 09:44:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c312544f

[kde-frameworks/kio] Relax blocker due to workaround added in b19ea2c60091b02bf0f40d037d929098e42e8b0a.

Package-Manager: portage-2.2.12

---
 kde-frameworks/kio/kio-5.3.0.ebuild | 2 +-
 kde-frameworks/kio/kio-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.3.0.ebuild b/kde-frameworks/kio/kio-5.3.0.ebuild
index 3a27c3a..ec00c9b 100644
--- a/kde-frameworks/kio/kio-5.3.0.ebuild
+++ b/kde-frameworks/kio/kio-5.3.0.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
 		virtual/acl
 	)
 	kerberos? ( virtual/krb5 )
-	!<kde-base/kio-extras-5.1.0:5
+	!<kde-base/kio-extras-5.0.95-r1:5
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep kdoctools)

diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild
index 194d1e5..c41c723 100644
--- a/kde-frameworks/kio/kio-9999.ebuild
+++ b/kde-frameworks/kio/kio-9999.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
 		virtual/acl
 	)
 	kerberos? ( virtual/krb5 )
-	!<kde-base/kio-extras-5.1.0:5
+	!<kde-base/kio-extras-5.0.95-r1:5
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep kdoctools)