Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Sat, 01 Oct 2022 17:17:00
Message-Id: 1664644605.b0e304eab1d78335b6b466f2e3200f25df22311c.mattst88@gentoo
1 commit: b0e304eab1d78335b6b466f2e3200f25df22311c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 16:59:55 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 17:16:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e304ea
7
8 media-gfx/shotwell: Depend on app-crypt/gcr:0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../shotwell/{shotwell-0.30.16.ebuild => shotwell-0.30.16-r1.ebuild} | 4 ++--
13 .../shotwell/{shotwell-0.30.17.ebuild => shotwell-0.30.17-r1.ebuild} | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild b/media-gfx/shotwell/shotwell-0.30.16-r1.ebuild
17 similarity index 97%
18 rename from media-gfx/shotwell/shotwell-0.30.16.ebuild
19 rename to media-gfx/shotwell/shotwell-0.30.16-r1.ebuild
20 index 915dcd0cbc62..cd40ad740af2 100644
21 --- a/media-gfx/shotwell/shotwell-0.30.16.ebuild
22 +++ b/media-gfx/shotwell/shotwell-0.30.16-r1.ebuild
23 @@ -32,7 +32,7 @@ DEPEND="
24 >=media-libs/libraw-0.13.2:=
25 >=media-libs/libexif-0.6.16:=
26 dev-libs/libgdata
27 - >=app-crypt/gcr-3:=[gtk]
28 + >=app-crypt/gcr-3:0=[gtk]
29 x11-libs/cairo
30 opencv? ( >=media-libs/opencv-2.3.0:= )
31 "
32 @@ -49,7 +49,7 @@ BDEPEND="
33 virtual/pkgconfig
34 net-libs/libsoup:2.4[vala]
35 media-libs/gexiv2[vala]
36 - app-crypt/gcr[vala]
37 + app-crypt/gcr:0[vala]
38 "
39
40 PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )
41
42 diff --git a/media-gfx/shotwell/shotwell-0.30.17.ebuild b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
43 similarity index 97%
44 rename from media-gfx/shotwell/shotwell-0.30.17.ebuild
45 rename to media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
46 index 850f6a2458ae..7809bb7020f0 100644
47 --- a/media-gfx/shotwell/shotwell-0.30.17.ebuild
48 +++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
49 @@ -31,7 +31,7 @@ DEPEND="
50 >=media-libs/libraw-0.13.2:=
51 >=media-libs/libexif-0.6.16:=
52 dev-libs/libgdata
53 - >=app-crypt/gcr-3:=[gtk]
54 + >=app-crypt/gcr-3:0=[gtk]
55 x11-libs/cairo
56 opencv? ( >=media-libs/opencv-2.3.0:= )
57 "
58 @@ -48,7 +48,7 @@ BDEPEND="
59 virtual/pkgconfig
60 net-libs/libsoup:2.4[vala]
61 media-libs/gexiv2[vala]
62 - app-crypt/gcr[vala]
63 + app-crypt/gcr:0[vala]
64 "
65
66 PATCHES=( "${FILESDIR}"/0.30.16-optional-wayland.patch )