Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/
Date: Tue, 25 May 2021 11:55:07
Message-Id: 1621943688.bf7c6043f933add6e0af96efc7064686052ea1c6.sam@gentoo
1 commit: bf7c6043f933add6e0af96efc7064686052ea1c6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 11:53:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 11:54:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7c6043
7
8 app-text/po4a: silence Module::Build warning by using BDEPEND
9
10 Closes: https://bugs.gentoo.org/787476
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-text/po4a/po4a-0.57.ebuild | 3 ++-
14 app-text/po4a/po4a-0.62.ebuild | 3 ++-
15 app-text/po4a/po4a-0.63.ebuild | 3 ++-
16 3 files changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
19 index 6dd16a0287b..ba809c6f215 100644
20 --- a/app-text/po4a/po4a-0.57.ebuild
21 +++ b/app-text/po4a/po4a-0.57.ebuild
22 @@ -26,7 +26,8 @@ RDEPEND="app-text/opensp
23 dev-perl/YAML-Tiny
24 sys-devel/gettext
25 virtual/perl-Pod-Parser"
26 -DEPEND="${RDEPEND}
27 +DEPEND="${RDEPEND}"
28 +BDEPEND="
29 app-text/docbook-xml-dtd:4.1.2
30 app-text/docbook-xsl-stylesheets
31 dev-perl/Module-Build
32
33 diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62.ebuild
34 index 3cd43355adf..6cb82437a08 100644
35 --- a/app-text/po4a/po4a-0.62.ebuild
36 +++ b/app-text/po4a/po4a-0.62.ebuild
37 @@ -26,7 +26,8 @@ RDEPEND="app-text/opensp
38 dev-perl/YAML-Tiny
39 sys-devel/gettext
40 virtual/perl-Pod-Parser"
41 -DEPEND="${RDEPEND}
42 +DEPEND="${RDEPEND}"
43 +BDEPEND="
44 app-text/docbook-xml-dtd:4.1.2
45 app-text/docbook-xsl-stylesheets
46 dev-perl/Module-Build
47
48 diff --git a/app-text/po4a/po4a-0.63.ebuild b/app-text/po4a/po4a-0.63.ebuild
49 index 3cd43355adf..6cb82437a08 100644
50 --- a/app-text/po4a/po4a-0.63.ebuild
51 +++ b/app-text/po4a/po4a-0.63.ebuild
52 @@ -26,7 +26,8 @@ RDEPEND="app-text/opensp
53 dev-perl/YAML-Tiny
54 sys-devel/gettext
55 virtual/perl-Pod-Parser"
56 -DEPEND="${RDEPEND}
57 +DEPEND="${RDEPEND}"
58 +BDEPEND="
59 app-text/docbook-xml-dtd:4.1.2
60 app-text/docbook-xsl-stylesheets
61 dev-perl/Module-Build