From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4FD791396D9 for ; Sun, 19 Nov 2017 19:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74101E0EB7; Sun, 19 Nov 2017 19:47:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55D99E0EB7 for ; Sun, 19 Nov 2017 19:47:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AC8B33FE7D for ; Sun, 19 Nov 2017 19:47:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E6BAA07D for ; Sun, 19 Nov 2017 19:47:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511120859.83de04286fb176dcea30d71bde9d1233bedcd96e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kraft/kraft-0.80_pre20171115.ebuild X-VCS-Directories: app-office/kraft/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83de04286fb176dcea30d71bde9d1233bedcd96e X-VCS-Branch: master Date: Sun, 19 Nov 2017 19:47:47 +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: eebeaa2c-a93d-457b-8f73-a54e22517f0e X-Archives-Hash: 11e4964ad9b1502aef3e71c4afc056ad commit: 83de04286fb176dcea30d71bde9d1233bedcd96e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 19 19:46:56 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 19 19:47:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83de0428 app-office/kraft: Block slot 4 Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-office/kraft/kraft-0.80_pre20171115.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-office/kraft/kraft-0.80_pre20171115.ebuild b/app-office/kraft/kraft-0.80_pre20171115.ebuild index cc3b1e38dba..c6fd91b04ec 100644 --- a/app-office/kraft/kraft-0.80_pre20171115.ebuild +++ b/app-office/kraft/kraft-0.80_pre20171115.ebuild @@ -32,7 +32,9 @@ DEPEND=" $(add_kdeapps_dep akonadi-contacts) ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !app-office/kraft:4 +" DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )