Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/
Date: Thu, 31 Jan 2019 13:28:24
Message-Id: 1548941274.4156de9e0e8b3068a4855456e2656d19d993edf5.hattya@gentoo
1 commit: 4156de9e0e8b3068a4855456e2656d19d993edf5
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 31 13:26:05 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 13:27:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4156de9e
7
8 app-text/po4a: fix test dependencies
9
10 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-text/po4a/po4a-0.47-r1.ebuild | 19 ++++++++++---------
14 app-text/po4a/po4a-0.55.ebuild | 2 +-
15 2 files changed, 11 insertions(+), 10 deletions(-)
16
17 diff --git a/app-text/po4a/po4a-0.47-r1.ebuild b/app-text/po4a/po4a-0.47-r1.ebuild
18 index dcf757c2f2b..48553f426ba 100644
19 --- a/app-text/po4a/po4a-0.47-r1.ebuild
20 +++ b/app-text/po4a/po4a-0.47-r1.ebuild
21 @@ -17,20 +17,21 @@ SLOT="0"
22 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
23 IUSE="test"
24
25 -RDEPEND="dev-perl/SGMLSpm
26 - >=sys-devel/gettext-0.13
27 - app-text/openjade
28 +RDEPEND="app-text/openjade
29 dev-libs/libxslt
30 dev-perl/Locale-gettext
31 + dev-perl/SGMLSpm
32 dev-perl/TermReadKey
33 - dev-perl/Text-WrapI18N"
34 + dev-perl/Text-WrapI18N
35 + sys-devel/gettext"
36 DEPEND="${RDEPEND}
37 - >=dev-perl/Module-Build-0.380.0
38 - app-text/docbook-xsl-stylesheets
39 app-text/docbook-xml-dtd:4.1.2
40 - test? ( app-text/docbook-sgml-dtd
41 - app-text/docbook-sgml-utils
42 - virtual/tex-base )"
43 + app-text/docbook-xsl-stylesheets
44 + dev-perl/Module-Build
45 + test? (
46 + app-text/docbook-sgml-dtd:4.1
47 + virtual/tex-base
48 + )"
49
50 # Running tests in parallel fails
51 DIST_TEST="do"
52
53 diff --git a/app-text/po4a/po4a-0.55.ebuild b/app-text/po4a/po4a-0.55.ebuild
54 index 45fe4908e04..2f7af51c835 100644
55 --- a/app-text/po4a/po4a-0.55.ebuild
56 +++ b/app-text/po4a/po4a-0.55.ebuild
57 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
58 dev-perl/Module-Build
59 test? (
60 app-text/docbook-sgml-dtd:4.1
61 - virtual/tex-base
62 + virtual/latex-base
63 )"
64
65 PATCHES=( "${FILESDIR}"/${PN}-man.patch )