From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33F68139694 for ; Sat, 27 May 2017 16:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3246CE0E93; Sat, 27 May 2017 16:10:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09346E0E93 for ; Sat, 27 May 2017 16:10:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 622E334167D for ; Sat, 27 May 2017 16:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8617449 for ; Sat, 27 May 2017 16:10:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1495901395.c57db492243f9581208a63eceb367809a4e95f74.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.8.17.ebuild dev-vcs/subversion/subversion-1.9.5.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c57db492243f9581208a63eceb367809a4e95f74 X-VCS-Branch: master Date: Sat, 27 May 2017 16:10:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ae18d9c-889c-4a56-aab1-370c18074c17 X-Archives-Hash: 23dcb6c5ebf4c619346e30ded78851f1 commit: c57db492243f9581208a63eceb367809a4e95f74 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 27 15:56:16 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 16:09:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57db492 dev-vcs/subversion: Add kde-frameworks/kwallet alt. RDEPEND Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-vcs/subversion/subversion-1.8.17.ebuild | 5 ++++- dev-vcs/subversion/subversion-1.9.5.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.8.17.ebuild b/dev-vcs/subversion/subversion-1.8.17.ebuild index 931a4029896..663a46742ac 100644 --- a/dev-vcs/subversion/subversion-1.8.17.ebuild +++ b/dev-vcs/subversion/subversion-1.8.17.ebuild @@ -41,7 +41,10 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 ) - kwallet? ( kde-apps/kwalletd:4 ) + kwallet? ( || ( + ( >=kde-frameworks/kwallet-5.34.0-r1 ) + ( kde-apps/kwalletd:4 ) + ) ) nls? ( virtual/libintl ) perl? ( dev-perl/URI )" # Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once diff --git a/dev-vcs/subversion/subversion-1.9.5.ebuild b/dev-vcs/subversion/subversion-1.9.5.ebuild index 7b0ad1c36f2..096932f6f69 100644 --- a/dev-vcs/subversion/subversion-1.9.5.ebuild +++ b/dev-vcs/subversion/subversion-1.9.5.ebuild @@ -41,7 +41,10 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 ) - kwallet? ( kde-apps/kwalletd:4 ) + kwallet? ( || ( + ( >=kde-frameworks/kwallet-5.34.0-r1 ) + ( kde-apps/kwalletd:4 ) + ) ) nls? ( virtual/libintl ) perl? ( dev-perl/URI )" # Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once