diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-05 20:44:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-05 20:44:21 +0100 |
commit | 35d6e22cff9b728993b47b94e949f3ce553ccdb5 (patch) | |
tree | a049fee9e1eb8e0ef87014967175d45310ee80bc /dev-vcs | |
parent | dev-lang/R: Backport patch for zlib-1.2.10 compatibility (diff) | |
download | gentoo-35d6e22cff9b728993b47b94e949f3ce553ccdb5.tar.gz gentoo-35d6e22cff9b728993b47b94e949f3ce553ccdb5.tar.bz2 gentoo-35d6e22cff9b728993b47b94e949f3ce553ccdb5.zip |
dev-vcs/kdesvn: Fix blocker after kdesdk-kioslaves[subversion] removal
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/kdesvn/kdesvn-1.7.0.ebuild | 4 | ||||
-rw-r--r-- | 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 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" ) |