Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/
Date: Sat, 01 Oct 2022 17:16:59
Message-Id: 1664644604.4583087cb3c2ba7dcf2ad69383f0ce69230881b5.mattst88@gentoo
1 commit: 4583087cb3c2ba7dcf2ad69383f0ce69230881b5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 16:57:28 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 17:16:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4583087c
7
8 gnome-extra/evolution-data-server: Depend on app-crypt/gcr:0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 ...server-3.44.4-r1.ebuild => evolution-data-server-3.44.4-r2.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r2.ebuild
16 similarity index 98%
17 rename from gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r1.ebuild
18 rename to gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r2.ebuild
19 index 80b63535e913..56c045697201 100644
20 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r1.ebuild
21 +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r2.ebuild
22 @@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-lin
23 # <libgweather-4.2.0 because of libsoup:3 transition
24 gdata_depend=">=dev-libs/libgdata-0.17.7:="
25 RDEPEND="
26 - >=app-crypt/gcr-3.4:=
27 + >=app-crypt/gcr-3.4:0=
28 >=app-crypt/libsecret-0.5[crypt]
29 >=dev-db/sqlite-3.7.17
30 >=dev-libs/glib-2.70:2
31 @@ -39,7 +39,7 @@ RDEPEND="
32
33 berkdb? ( >=sys-libs/db-4:= )
34 gtk? (
35 - >=app-crypt/gcr-3.4[gtk]
36 + >=app-crypt/gcr-3.4:0=[gtk]
37 >=x11-libs/gtk+-3.16:3
38 >=media-libs/libcanberra-0.25[gtk3]
39 )