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 1C48C1382C5 for ; Tue, 25 May 2021 11:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47AC9E077D; Tue, 25 May 2021 11:55:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 263C8E077D for ; Tue, 25 May 2021 11:55:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 45FB5340D43 for ; Tue, 25 May 2021 11:55:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CF15795 for ; Tue, 25 May 2021 11:55:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1621943688.bf7c6043f933add6e0af96efc7064686052ea1c6.sam@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.57.ebuild app-text/po4a/po4a-0.62.ebuild app-text/po4a/po4a-0.63.ebuild X-VCS-Directories: app-text/po4a/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf7c6043f933add6e0af96efc7064686052ea1c6 X-VCS-Branch: master Date: Tue, 25 May 2021 11:55:00 +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: 92dc5828-3e8e-4b95-9fb7-653b16ac4092 X-Archives-Hash: ad1b8079af3116b4a1f80a6389d2f2d0 commit: bf7c6043f933add6e0af96efc7064686052ea1c6 Author: Sam James gentoo org> AuthorDate: Tue May 25 11:53:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 25 11:54:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7c6043 app-text/po4a: silence Module::Build warning by using BDEPEND Closes: https://bugs.gentoo.org/787476 Signed-off-by: Sam James gentoo.org> app-text/po4a/po4a-0.57.ebuild | 3 ++- app-text/po4a/po4a-0.62.ebuild | 3 ++- app-text/po4a/po4a-0.63.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild index 6dd16a0287b..ba809c6f215 100644 --- a/app-text/po4a/po4a-0.57.ebuild +++ b/app-text/po4a/po4a-0.57.ebuild @@ -26,7 +26,8 @@ RDEPEND="app-text/opensp dev-perl/YAML-Tiny sys-devel/gettext virtual/perl-Pod-Parser" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets dev-perl/Module-Build diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62.ebuild index 3cd43355adf..6cb82437a08 100644 --- a/app-text/po4a/po4a-0.62.ebuild +++ b/app-text/po4a/po4a-0.62.ebuild @@ -26,7 +26,8 @@ RDEPEND="app-text/opensp dev-perl/YAML-Tiny sys-devel/gettext virtual/perl-Pod-Parser" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets dev-perl/Module-Build diff --git a/app-text/po4a/po4a-0.63.ebuild b/app-text/po4a/po4a-0.63.ebuild index 3cd43355adf..6cb82437a08 100644 --- a/app-text/po4a/po4a-0.63.ebuild +++ b/app-text/po4a/po4a-0.63.ebuild @@ -26,7 +26,8 @@ RDEPEND="app-text/opensp dev-perl/YAML-Tiny sys-devel/gettext virtual/perl-Pod-Parser" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets dev-perl/Module-Build