From: Andreas Sturmlechner Date: Thu, 5 Jan 2017 19:44:21 +0000 (+0100) Subject: dev-vcs/kdesvn: Fix blocker after kdesdk-kioslaves[subversion] removal X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=35d6e22cff9b728993b47b94e949f3ce553ccdb5;p=gentoo.git dev-vcs/kdesvn: Fix blocker after kdesdk-kioslaves[subversion] removal Package-Manager: portage-2.3.0 --- diff --git a/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild b/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild index fc898409b233..1d7e0cfe430e 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 c632b26692ba..6f695c54ef50 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" )