Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/
Date: Sat, 01 Oct 2022 17:16:57
Message-Id: 1664644603.54631ab78748785686faf0a2aaf2e61b2ce2c5a6.mattst88@gentoo
1 commit: 54631ab78748785686faf0a2aaf2e61b2ce2c5a6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 16:52:45 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 17:16:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54631ab7
7
8 app-crypt/seahorse: Depend on app-crypt/gcr:0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-crypt/seahorse/{seahorse-42.0.ebuild => seahorse-42.0-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/seahorse/seahorse-42.0.ebuild b/app-crypt/seahorse/seahorse-42.0-r1.ebuild
16 similarity index 97%
17 rename from app-crypt/seahorse/seahorse-42.0.ebuild
18 rename to app-crypt/seahorse/seahorse-42.0-r1.ebuild
19 index 4974a84bd148..2d3778f229b8 100644
20 --- a/app-crypt/seahorse/seahorse-42.0.ebuild
21 +++ b/app-crypt/seahorse/seahorse-42.0-r1.ebuild
22 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
23
24 RDEPEND="
25 >=dev-libs/glib-2.66:2
26 - >=app-crypt/gcr-3.38:=
27 + >=app-crypt/gcr-3.38:0=
28 >=app-crypt/gpgme-1.14.0:=
29 >=x11-libs/gtk+-3.24.0:3
30 >=app-crypt/gnupg-2.2
31 @@ -30,7 +30,7 @@ RDEPEND="
32 DEPEND="${RDEPEND}
33 $(vala_depend)
34 dev-libs/libxml2:2
35 - app-crypt/gcr[vala]
36 + app-crypt/gcr:0[vala]
37 app-crypt/libsecret[vala]
38 gui-libs/libhandy:1[vala]
39 "