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 DF04F1396D9 for ; Sun, 19 Nov 2017 22:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15509E0F27; Sun, 19 Nov 2017 22:33:21 +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 EB5A2E0F24 for ; Sun, 19 Nov 2017 22:33:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8708833C770 for ; Sun, 19 Nov 2017 22:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289F3A0AB for ; Sun, 19 Nov 2017 22:33:18 +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: <1511120786.c37607e69413b85037e69b4e1a4fd0252c13d548.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kraft/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kraft/kraft-9999.ebuild X-VCS-Directories: app-office/kraft/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c37607e69413b85037e69b4e1a4fd0252c13d548 X-VCS-Branch: master Date: Sun, 19 Nov 2017 22:33:18 +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: 292943b5-f2e7-44a9-965d-e81b0b5899a0 X-Archives-Hash: e6fa048ffbd617d6acbd87856313a663 commit: c37607e69413b85037e69b4e1a4fd0252c13d548 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 19 19:46:26 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 19 19:46:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c37607e6 app-office/kraft: Block slot 4 Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-office/kraft/kraft-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild index d05d6f79ea..f20269f42a 100644 --- a/app-office/kraft/kraft-9999.ebuild +++ b/app-office/kraft/kraft-9999.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 )