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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C5B7158090 for ; Mon, 9 May 2022 15:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B4EBE08DD; Mon, 9 May 2022 15:00:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11673E08DD for ; Mon, 9 May 2022 15:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E179A34141F for ; Mon, 9 May 2022 15:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 430ABD3 for ; Mon, 9 May 2022 15:00:22 +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: <1652108403.fd1ea1af913f0805caf96b434d7b44bb7093b6be.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.20.5-r2.ebuild app-crypt/libsecret/libsecret-0.20.5-r3.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fd1ea1af913f0805caf96b434d7b44bb7093b6be X-VCS-Branch: master Date: Mon, 9 May 2022 15:00:22 +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: 6fb2624f-21a1-42ad-a91f-375c5fd7faf0 X-Archives-Hash: 1f1f8fa6a547b6a5fae1deabcff800c2 commit: fd1ea1af913f0805caf96b434d7b44bb7093b6be Author: Matt Turner gentoo org> AuthorDate: Mon May 9 14:57:30 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 9 15:00:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1ea1af app-crypt/libsecret: Move virtual/secret-service to PDEPEND Otherwise with gcr-3.41.0 there is a circular dependency: app-crypt/gcr app-crypt/libsecret virtual/secret-service gnome-base/gnome-keyring app-crypt/gcr Until commit 375d4ecea4f ("app-crypt/libsecret: virtualise Secret Service API dependency") libsecret depended on gnome-keyring in PDEPEND, but this commit incorrectly added the virtual/secret-service to RDEPEND. Signed-off-by: Matt Turner gentoo.org> .../{libsecret-0.20.5-r2.ebuild => libsecret-0.20.5-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/libsecret/libsecret-0.20.5-r2.ebuild b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild similarity index 98% rename from app-crypt/libsecret/libsecret-0.20.5-r2.ebuild rename to app-crypt/libsecret/libsecret-0.20.5-r3.ebuild index 44e88b43f069..c16fe9ac3396 100644 --- a/app-crypt/libsecret/libsecret-0.20.5-r2.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild @@ -28,8 +28,8 @@ DEPEND=" tpm? ( >=app-crypt/tpm2-tss-3.0.3:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) " -RDEPEND="${DEPEND} - virtual/secret-service" +RDEPEND="${DEPEND}" +PDEPEND="virtual/secret-service" BDEPEND=" app-text/docbook-xml-dtd:4.2 dev-libs/libxslt