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 848D7158094 for ; Tue, 27 Sep 2022 23:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFF84E077A; Tue, 27 Sep 2022 23:55:44 +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 9B8D8E077A for ; Tue, 27 Sep 2022 23:55:44 +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 CDB62340D40 for ; Tue, 27 Sep 2022 23:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D6955EE for ; Tue, 27 Sep 2022 23:55:42 +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: <1664322920.a81db3db15e8002ee8e0d99235b7867ab3cf55d6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/evolution/evolution-3.44.3-r1.ebuild mail-client/evolution/evolution-3.44.3.ebuild mail-client/evolution/evolution-3.44.4-r1.ebuild mail-client/evolution/evolution-3.44.4.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a81db3db15e8002ee8e0d99235b7867ab3cf55d6 X-VCS-Branch: master Date: Tue, 27 Sep 2022 23:55:42 +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: 668b04f3-d7d3-409f-8f61-2928dcc4876d X-Archives-Hash: 2e374d68a6c4e0016e74b0057107a3bb commit: a81db3db15e8002ee8e0d99235b7867ab3cf55d6 Author: Pascal Jaeger leimstift de> AuthorDate: Tue Sep 27 06:39:10 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 27 23:55:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81db3db mail-client/evolution: Depend on geocode-glib:0 Signed-off-by: Pascal Jaeger leimstift.de> Signed-off-by: Matt Turner gentoo.org> .../evolution/{evolution-3.44.3.ebuild => evolution-3.44.3-r1.ebuild} | 2 +- .../evolution/{evolution-3.44.4.ebuild => evolution-3.44.4-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/evolution/evolution-3.44.3.ebuild b/mail-client/evolution/evolution-3.44.3-r1.ebuild similarity index 98% rename from mail-client/evolution/evolution-3.44.3.ebuild rename to mail-client/evolution/evolution-3.44.3-r1.ebuild index c12bdeedf8ad..1b162ac4fe6f 100644 --- a/mail-client/evolution/evolution-3.44.3.ebuild +++ b/mail-client/evolution/evolution-3.44.3-r1.ebuild @@ -53,7 +53,7 @@ DEPEND=" >=media-libs/libchamplain-0.12:0.12[gtk] >=media-libs/clutter-1.0.0:1.0 >=media-libs/clutter-gtk-0.90:1.0 - >=sci-geosciences/geocode-glib-3.10.0 ) + >=sci-geosciences/geocode-glib-3.10.0:0 ) ldap? ( >=net-nds/openldap-2:= ) spamassassin? ( mail-filter/spamassassin ) spell? ( >=app-text/gspell-1.8:= ) diff --git a/mail-client/evolution/evolution-3.44.4.ebuild b/mail-client/evolution/evolution-3.44.4-r1.ebuild similarity index 98% rename from mail-client/evolution/evolution-3.44.4.ebuild rename to mail-client/evolution/evolution-3.44.4-r1.ebuild index ba4bde3c2f7a..da79448cc085 100644 --- a/mail-client/evolution/evolution-3.44.4.ebuild +++ b/mail-client/evolution/evolution-3.44.4-r1.ebuild @@ -53,7 +53,7 @@ DEPEND=" >=media-libs/libchamplain-0.12:0.12[gtk] >=media-libs/clutter-1.0.0:1.0 >=media-libs/clutter-gtk-0.90:1.0 - >=sci-geosciences/geocode-glib-3.10.0 ) + >=sci-geosciences/geocode-glib-3.10.0:0 ) ldap? ( >=net-nds/openldap-2:= ) spamassassin? ( mail-filter/spamassassin ) spell? ( >=app-text/gspell-1.8:= )