commit:     dc4577b359889046f93916a9fb76b12a08b69e58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:41:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 05:41:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4577b3

media-plugins/swh-plugins: needs dev-perl/XML-Parser (really!)

One of the rare bugs where it genuinely does need it rather than a help2man bug.

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

 media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild 
b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
index 896151126372..5926139cbbab 100644
--- a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
+++ b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,10 @@ DEPEND="${RDEPEND}
        media-libs/ladspa-sdk
        sys-devel/gettext
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+       dev-perl/XML-Parser
+       virtual/pkgconfig
+"
 
 DOCS=( AUTHORS ChangeLog README TODO )
 

Reply via email to