commit:     9ec319ea674f7030bb22c9187710a4483a50f0e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 17:46:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 14 17:48:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec319ea

sys-apps/lnxhc: add missing XML-Parser dep

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

 sys-apps/lnxhc/{lnxhc-1.2-r1.ebuild => lnxhc-1.2-r2.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/lnxhc/lnxhc-1.2-r1.ebuild 
b/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
similarity index 80%
rename from sys-apps/lnxhc/lnxhc-1.2-r1.ebuild
rename to sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
index f2658d42fd1c..03d438a114c2 100644
--- a/sys-apps/lnxhc/lnxhc-1.2-r1.ebuild
+++ b/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,10 @@ LICENSE="EPL-1.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND=">=dev-lang/perl-5.8"
+RDEPEND="
+       >=dev-lang/perl-5.8
+       dev-perl/XML-Parser
+"
 DEPEND="${RDEPEND}"
 
 PATCHES=(

Reply via email to