diff options
author | Sam James <sam@gentoo.org> | 2024-06-28 16:44:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-28 16:44:33 +0100 |
commit | ae369b30b820a2c7bab3074afe164baf6fc53130 (patch) | |
tree | b447d0b45ab6adbde33529e8eff1d68f69ee42ba /app-dicts | |
parent | media-video/wireplumber: add 0.5.5, drop 0.5.4 (diff) | |
download | gentoo-ae369b30b820a2c7bab3074afe164baf6fc53130.tar.gz gentoo-ae369b30b820a2c7bab3074afe164baf6fc53130.tar.bz2 gentoo-ae369b30b820a2c7bab3074afe164baf6fc53130.zip |
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@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.48.ebuild | 6 |
1 files 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() { |