diff options
author | Sam James <sam@gentoo.org> | 2023-02-19 19:38:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-19 19:38:45 +0000 |
commit | 2e404fff370cc40a6aff74bc4c6f827bb18d96c2 (patch) | |
tree | 5e7b0c6966b2d43990020bc1a15da3d8a2bca8d4 /sys-apps | |
parent | sys-devel/gcc: add 12.2.1_p20230218 (diff) | |
download | gentoo-2e404fff370cc40a6aff74bc4c6f827bb18d96c2.tar.gz gentoo-2e404fff370cc40a6aff74bc4c6f827bb18d96c2.tar.bz2 gentoo-2e404fff370cc40a6aff74bc4c6f827bb18d96c2.zip |
sys-apps/logwatch: add missing HTML-Parser dep
Closes: https://bugs.gentoo.org/895346
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/logwatch/logwatch-7.8-r1.ebuild (renamed from sys-apps/logwatch/logwatch-7.8.ebuild) | 1 | ||||
-rw-r--r-- | sys-apps/logwatch/logwatch-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/logwatch/logwatch-7.8.ebuild b/sys-apps/logwatch/logwatch-7.8-r1.ebuild index 3147899cb63c..5f4d3a5769c8 100644 --- a/sys-apps/logwatch/logwatch-7.8.ebuild +++ b/sys-apps/logwatch/logwatch-7.8-r1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-lang/perl dev-perl/Date-Calc dev-perl/Date-Manip + dev-perl/HTML-Parser dev-perl/Tie-IxHash dev-perl/Sys-CPU dev-perl/Sys-MemInfo diff --git a/sys-apps/logwatch/logwatch-9999.ebuild b/sys-apps/logwatch/logwatch-9999.ebuild index db6cdabae32a..5f4d3a5769c8 100644 --- a/sys-apps/logwatch/logwatch-9999.ebuild +++ b/sys-apps/logwatch/logwatch-9999.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=8 @@ -23,6 +23,7 @@ RDEPEND=" dev-lang/perl dev-perl/Date-Calc dev-perl/Date-Manip + dev-perl/HTML-Parser dev-perl/Tie-IxHash dev-perl/Sys-CPU dev-perl/Sys-MemInfo |