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 163D5138ACF for ; Sat, 24 Jan 2015 00:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85BBBE0949; Sat, 24 Jan 2015 00:03:51 +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 33D9BE0949 for ; Sat, 24 Jan 2015 00:03:51 +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 0FB32335DE7 for ; Sat, 24 Jan 2015 00:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CE8B103B5 for ; Sat, 24 Jan 2015 00:03:48 +0000 (UTC) From: "Johannes Huber" 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" Message-ID: <1422057805.ed894b97748f958ce326c0fda23032cf74a235e9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsole/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konsole/konsole-14.12.1.ebuild kde-apps/konsole/konsole-9999.ebuild X-VCS-Directories: kde-apps/konsole/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ed894b97748f958ce326c0fda23032cf74a235e9 X-VCS-Branch: master Date: Sat, 24 Jan 2015 00:03:48 +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: e21f557a-0844-4957-93de-25ea4cd9f799 X-Archives-Hash: 5ee354a3cb7111eab6b18f6c0d114c5f commit: ed894b97748f958ce326c0fda23032cf74a235e9 Author: Johannes Huber gentoo org> AuthorDate: Sat Jan 24 00:03:25 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jan 24 00:03:25 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ed894b97 [kde-apps/konsole] Fix blocker Package-Manager: portage-2.2.15 --- kde-apps/konsole/konsole-14.12.1.ebuild | 2 +- kde-apps/konsole/konsole-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/konsole/konsole-14.12.1.ebuild b/kde-apps/konsole/konsole-14.12.1.ebuild index bfc0b8e..777e099 100644 --- a/kde-apps/konsole/konsole-14.12.1.ebuild +++ b/kde-apps/konsole/konsole-14.12.1.ebuild @@ -43,7 +43,7 @@ DEPEND=" X? ( x11-libs/libX11 ) " RDEPEND="${DEPEND} - !kde-base/konsole:4 + !kde-base/konsole " src_configure() { diff --git a/kde-apps/konsole/konsole-9999.ebuild b/kde-apps/konsole/konsole-9999.ebuild index fe49ed6..26b7ffe 100644 --- a/kde-apps/konsole/konsole-9999.ebuild +++ b/kde-apps/konsole/konsole-9999.ebuild @@ -45,7 +45,8 @@ DEPEND=" X? ( x11-libs/libX11 ) " RDEPEND="${DEPEND} - !kde-base/konsole:4 + !kde-apps/konsole:4 + !kde-base/konsole " PATCHES=( "${FILESDIR}/${PN}-9999-tests-optional.patch" )