From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25BDC138334 for ; Thu, 31 Jan 2019 13:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CE91E0AE7; Thu, 31 Jan 2019 13:28:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03903E0AE7 for ; Thu, 31 Jan 2019 13:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53929335D1A for ; Thu, 31 Jan 2019 13:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCC6E4D7 for ; Thu, 31 Jan 2019 13:28:18 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1548941274.4156de9e0e8b3068a4855456e2656d19d993edf5.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/po4a/po4a-0.47-r1.ebuild app-text/po4a/po4a-0.55.ebuild X-VCS-Directories: app-text/po4a/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 4156de9e0e8b3068a4855456e2656d19d993edf5 X-VCS-Branch: master Date: Thu, 31 Jan 2019 13:28:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d9c4bde-c131-481d-be5f-c8be1f90d7a6 X-Archives-Hash: c32de17cc685870e67a3037c18c1d9b2 commit: 4156de9e0e8b3068a4855456e2656d19d993edf5 Author: Akinori Hattori gentoo org> AuthorDate: Thu Jan 31 13:26:05 2019 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Jan 31 13:27:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4156de9e app-text/po4a: fix test dependencies Signed-off-by: Akinori Hattori gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/po4a/po4a-0.47-r1.ebuild | 19 ++++++++++--------- app-text/po4a/po4a-0.55.ebuild | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app-text/po4a/po4a-0.47-r1.ebuild b/app-text/po4a/po4a-0.47-r1.ebuild index dcf757c2f2b..48553f426ba 100644 --- a/app-text/po4a/po4a-0.47-r1.ebuild +++ b/app-text/po4a/po4a-0.47-r1.ebuild @@ -17,20 +17,21 @@ SLOT="0" 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" IUSE="test" -RDEPEND="dev-perl/SGMLSpm - >=sys-devel/gettext-0.13 - app-text/openjade +RDEPEND="app-text/openjade dev-libs/libxslt dev-perl/Locale-gettext + dev-perl/SGMLSpm dev-perl/TermReadKey - dev-perl/Text-WrapI18N" + dev-perl/Text-WrapI18N + sys-devel/gettext" DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.380.0 - app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.1.2 - test? ( app-text/docbook-sgml-dtd - app-text/docbook-sgml-utils - virtual/tex-base )" + app-text/docbook-xsl-stylesheets + dev-perl/Module-Build + test? ( + app-text/docbook-sgml-dtd:4.1 + virtual/tex-base + )" # Running tests in parallel fails DIST_TEST="do" diff --git a/app-text/po4a/po4a-0.55.ebuild b/app-text/po4a/po4a-0.55.ebuild index 45fe4908e04..2f7af51c835 100644 --- a/app-text/po4a/po4a-0.55.ebuild +++ b/app-text/po4a/po4a-0.55.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} dev-perl/Module-Build test? ( app-text/docbook-sgml-dtd:4.1 - virtual/tex-base + virtual/latex-base )" PATCHES=( "${FILESDIR}"/${PN}-man.patch )