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 5BAD1158094 for ; Sat, 1 Oct 2022 17:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50492E0A90; Sat, 1 Oct 2022 17:16:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3C2D2E0A90 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 6C5B6340CF2 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 82F4D5FA 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.353aa5598a3da2495638140b7c842ab68cb59e90.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgdata/libgdata-0.18.1-r1.ebuild dev-libs/libgdata/libgdata-0.18.1.ebuild X-VCS-Directories: dev-libs/libgdata/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 353aa5598a3da2495638140b7c842ab68cb59e90 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: 2724d107-cb77-4ef9-ad44-b066aff4f072 X-Archives-Hash: 60e0918f51e8bc4a5fa4a385eaf364a8 commit: 353aa5598a3da2495638140b7c842ab68cb59e90 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 1 16:53:06 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=353aa559 dev-libs/libgdata: Depend on app-crypt/gcr:0 Signed-off-by: Matt Turner gentoo.org> dev-libs/libgdata/{libgdata-0.18.1.ebuild => libgdata-0.18.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgdata/libgdata-0.18.1.ebuild b/dev-libs/libgdata/libgdata-0.18.1-r1.ebuild similarity index 98% rename from dev-libs/libgdata/libgdata-0.18.1.ebuild rename to dev-libs/libgdata/libgdata-0.18.1-r1.ebuild index 38e8c7e48b95..2c5e89c2d62c 100644 --- a/dev-libs/libgdata/libgdata-0.18.1.ebuild +++ b/dev-libs/libgdata/libgdata-0.18.1-r1.ebuild @@ -22,7 +22,7 @@ RDEPEND=" >=dev-libs/json-glib-0.15[introspection?] >=dev-libs/libxml2-2:2 >=net-libs/libsoup-2.55.90:2.4[introspection?,vala?] - crypt? ( app-crypt/gcr:= ) + crypt? ( app-crypt/gcr:0= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:=[introspection?,vala?] ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) "