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 86E3D138350 for ; Tue, 14 Apr 2020 03:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A62D4E0B20; Tue, 14 Apr 2020 03:15:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E69DAE0B20 for ; Tue, 14 Apr 2020 03:15:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 225C034F090 for ; Tue, 14 Apr 2020 03:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6EE01B4 for ; Tue, 14 Apr 2020 03:15:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1586834107.143496acaadaff1d45d99b0c9183e03a60b38438.mattst88@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.13.0-r1.ebuild dev-vcs/subversion/subversion-1.13.0.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 143496acaadaff1d45d99b0c9183e03a60b38438 X-VCS-Branch: master Date: Tue, 14 Apr 2020 03:15:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e95929f6-435a-4f15-8a36-bdf85f88fda8 X-Archives-Hash: e9a9bff1e2c6c7525d6641d33da6a8a0 commit: 143496acaadaff1d45d99b0c9183e03a60b38438 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 14 03:06:36 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 14 03:15:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143496ac dev-vcs/subversion: Depend on libsecret, not libgnome-keyring Bug: https://bugs.gentoo.org/713026 Signed-off-by: Matt Turner gentoo.org> .../{subversion-1.13.0.ebuild => subversion-1.13.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.13.0.ebuild b/dev-vcs/subversion/subversion-1.13.0-r1.ebuild similarity index 99% rename from dev-vcs/subversion/subversion-1.13.0.ebuild rename to dev-vcs/subversion/subversion-1.13.0-r1.ebuild index a46d68203b0..3f5565dc272 100644 --- a/dev-vcs/subversion/subversion-1.13.0.ebuild +++ b/dev-vcs/subversion/subversion-1.13.0-r1.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" ctypes-python? ( ${PYTHON_DEPS} ) gnome-keyring? ( dev-libs/glib:2 - gnome-base/libgnome-keyring + app-crypt/libsecret sys-apps/dbus ) http? ( >=net-libs/serf-1.3.4 )