dev-vcs/kdesvn: Fix blocker after kdesdk-kioslaves[subversion] removal

Package-Manager: portage-2.3.0
This commit is contained in:
Andreas Sturmlechner
2017-01-05 20:44:21 +01:00
parent 17331c2f15
commit 35d6e22cff
2 changed files with 4 additions and 4 deletions

View 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

View 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" )