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 5DE4A139085 for ; Thu, 5 Jan 2017 19:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADAAF23402D; Thu, 5 Jan 2017 19:44:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 84B9A23402D for ; Thu, 5 Jan 2017 19:44:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 966423413AA for ; Thu, 5 Jan 2017 19:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DD432604 for ; Thu, 5 Jan 2017 19:44:46 +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: <1483645461.35d6e22cff9b728993b47b94e949f3ce553ccdb5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/kdesvn/kdesvn-1.7.0.ebuild dev-vcs/kdesvn/kdesvn-2.0.0.ebuild X-VCS-Directories: dev-vcs/kdesvn/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35d6e22cff9b728993b47b94e949f3ce553ccdb5 X-VCS-Branch: master Date: Thu, 5 Jan 2017 19:44:46 +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: 118352a6-4f71-4592-8844-50d75c565599 X-Archives-Hash: afeb84651e2c1992b9d5d32645cc5d65 commit: 35d6e22cff9b728993b47b94e949f3ce553ccdb5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 5 19:44:21 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 5 19:44:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d6e22c dev-vcs/kdesvn: Fix blocker after kdesdk-kioslaves[subversion] removal Package-Manager: portage-2.3.0 dev-vcs/kdesvn/kdesvn-1.7.0.ebuild | 4 ++-- dev-vcs/kdesvn/kdesvn-2.0.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild b/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild index fc89840..1d7e0cf 100644 --- a/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild +++ b/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ DEPEND=" sys-devel/gettext " RDEPEND="${DEPEND} - !kde-apps/kdesdk-kioslaves:4[subversion(+)] + !kde-apps/kdesdk-kioslaves:4[subversion(-)] " # bug #583286: needs network access diff --git a/dev-vcs/kdesvn/kdesvn-2.0.0.ebuild b/dev-vcs/kdesvn/kdesvn-2.0.0.ebuild index c632b26..6f695c5 100644 --- a/dev-vcs/kdesvn/kdesvn-2.0.0.ebuild +++ b/dev-vcs/kdesvn/kdesvn-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -48,7 +48,7 @@ DEPEND=" " RDEPEND="${DEPEND} !dev-vcs/kdesvn:4 - !kde-apps/kdesdk-kioslaves:4[subversion(+)] + !kde-apps/kdesdk-kioslaves:4[subversion(-)] " PATCHES=( "${FILESDIR}/${P}-desktop.patch" )