Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/
Date: Sat, 15 Jan 2022 01:00:50
Message-Id: 1642208429.6405ca5e448b8e63584da3cbd1d0f48984ad9fe7.leio@gentoo
1 commit: 6405ca5e448b8e63584da3cbd1d0f48984ad9fe7
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 23:46:23 2022 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 15 01:00:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6405ca5e
7
8 app-text/evince: tweak build deps
9
10 app-text/docbook-xml-dtd:4.3 bdep is only needed for gtk-doc
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.2
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 app-text/evince/evince-40.4.ebuild | 8 +++++---
16 app-text/evince/evince-41.3.ebuild | 8 +++++---
17 2 files changed, 10 insertions(+), 6 deletions(-)
18
19 diff --git a/app-text/evince/evince-40.4.ebuild b/app-text/evince/evince-40.4.ebuild
20 index d64fa8636548..043cb0568ad4 100644
21 --- a/app-text/evince/evince-40.4.ebuild
22 +++ b/app-text/evince/evince-40.4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -55,8 +55,10 @@ RDEPEND="${DEPEND}
30 )
31 "
32 BDEPEND="
33 - gtk-doc? ( >=dev-util/gtk-doc-1.33 )
34 - app-text/docbook-xml-dtd:4.3
35 + gtk-doc? (
36 + >=dev-util/gtk-doc-1.33
37 + app-text/docbook-xml-dtd:4.3
38 + )
39 dev-libs/appstream-glib
40 dev-util/gdbus-codegen
41 dev-util/glib-utils
42
43 diff --git a/app-text/evince/evince-41.3.ebuild b/app-text/evince/evince-41.3.ebuild
44 index 6be2d9b21a02..11777c63ccda 100644
45 --- a/app-text/evince/evince-41.3.ebuild
46 +++ b/app-text/evince/evince-41.3.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 +# Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -55,8 +55,10 @@ RDEPEND="${DEPEND}
54 )
55 "
56 BDEPEND="
57 - gtk-doc? ( >=dev-util/gtk-doc-1.33 )
58 - app-text/docbook-xml-dtd:4.3
59 + gtk-doc? (
60 + >=dev-util/gtk-doc-1.33
61 + app-text/docbook-xml-dtd:4.3
62 + )
63 dev-libs/appstream-glib
64 dev-util/gdbus-codegen
65 dev-util/glib-utils