commit:     ae369b30b820a2c7bab3074afe164baf6fc53130
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 15:44:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 15:44:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae369b30

app-dicts/verbiste: unconditionally BDEPEND on perl+xml-parser

Not worth a configure patch to downgrade error->warn given xml-parser
is so common and it's only a BDEPEND.

Closes: https://bugs.gentoo.org/935056
Bug: https://bugs.gentoo.org/820329
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.48.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.48.ebuild 
b/app-dicts/verbiste/verbiste-0.1.48.ebuild
index b1f25b041f94..d8d3ec98d114 100644
--- a/app-dicts/verbiste/verbiste-0.1.48.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.48.ebuild
@@ -21,12 +21,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+       dev-lang/perl
+       dev-perl/XML-Parser
        sys-devel/gettext
        virtual/pkgconfig
-       test? (
-               dev-lang/perl
-               dev-perl/XML-Parser
-       )
 "
 
 src_configure() {

Reply via email to