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 DD290158094 for ; Sat, 1 Oct 2022 17:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35589E0A8D; Sat, 1 Oct 2022 17:16:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FA5BE0A8D for ; Sat, 1 Oct 2022 17:16:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61576340CA2 for ; Sat, 1 Oct 2022 17:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703135F9 for ; Sat, 1 Oct 2022 17:16:53 +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: <1664644603.54631ab78748785686faf0a2aaf2e61b2ce2c5a6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/seahorse/seahorse-42.0-r1.ebuild app-crypt/seahorse/seahorse-42.0.ebuild X-VCS-Directories: app-crypt/seahorse/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 54631ab78748785686faf0a2aaf2e61b2ce2c5a6 X-VCS-Branch: master Date: Sat, 1 Oct 2022 17:16:53 +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: 7acea026-8b39-4d9a-8d4d-7d50955fcbf1 X-Archives-Hash: f5409be950ebdb069d8f089ea9a6fbd9 commit: 54631ab78748785686faf0a2aaf2e61b2ce2c5a6 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 1 16:52:45 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 1 17:16:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54631ab7 app-crypt/seahorse: Depend on app-crypt/gcr:0 Signed-off-by: Matt Turner gentoo.org> app-crypt/seahorse/{seahorse-42.0.ebuild => seahorse-42.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/seahorse/seahorse-42.0.ebuild b/app-crypt/seahorse/seahorse-42.0-r1.ebuild similarity index 97% rename from app-crypt/seahorse/seahorse-42.0.ebuild rename to app-crypt/seahorse/seahorse-42.0-r1.ebuild index 4974a84bd148..2d3778f229b8 100644 --- a/app-crypt/seahorse/seahorse-42.0.ebuild +++ b/app-crypt/seahorse/seahorse-42.0-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" RDEPEND=" >=dev-libs/glib-2.66:2 - >=app-crypt/gcr-3.38:= + >=app-crypt/gcr-3.38:0= >=app-crypt/gpgme-1.14.0:= >=x11-libs/gtk+-3.24.0:3 >=app-crypt/gnupg-2.2 @@ -30,7 +30,7 @@ RDEPEND=" DEPEND="${RDEPEND} $(vala_depend) dev-libs/libxml2:2 - app-crypt/gcr[vala] + app-crypt/gcr:0[vala] app-crypt/libsecret[vala] gui-libs/libhandy:1[vala] "