diff options
author | Sam James <sam@gentoo.org> | 2023-05-14 18:46:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-14 18:48:54 +0100 |
commit | 9ec319ea674f7030bb22c9187710a4483a50f0e7 (patch) | |
tree | 84380d7fe5c3c691e2b081d425d430f6fe6f4b8c /sys-apps/lnxhc | |
parent | app-editors/emacs: add 29.0.91 (diff) | |
download | gentoo-9ec319ea674f7030bb22c9187710a4483a50f0e7.tar.gz gentoo-9ec319ea674f7030bb22c9187710a4483a50f0e7.tar.bz2 gentoo-9ec319ea674f7030bb22c9187710a4483a50f0e7.zip |
sys-apps/lnxhc: add missing XML-Parser dep
Closes: https://bugs.gentoo.org/906333
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/lnxhc')
-rw-r--r-- | sys-apps/lnxhc/lnxhc-1.2-r2.ebuild (renamed from sys-apps/lnxhc/lnxhc-1.2-r1.ebuild) | 7 |
1 files 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 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=( |