dev-vcs/kdesvn: Fix blocker after kdesdk-kioslaves[subversion] removal
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 5 Jan 2017 19:44:21 +0000 (20:44 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 5 Jan 2017 19:44:21 +0000 (20:44 +0100)
Package-Manager: portage-2.3.0

dev-vcs/kdesvn/kdesvn-1.7.0.ebuild
dev-vcs/kdesvn/kdesvn-2.0.0.ebuild

index fc898409b233dfb7bbc9ca2667a737bd382204b4..1d7e0cfe430ee6181ed688e019d70dfe11607d47 100644 (file)
@@ -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
index c632b26692ba4f8d6938c6bffcefc934fceb00bc..6f695c54ef50209e3d0ce2bfbf5db3b9c9a9a071 100644 (file)
@@ -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" )