commit: 35d6e22cff9b728993b47b94e949f3ce553ccdb5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 19:44:21 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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" )