commit: 2e404fff370cc40a6aff74bc4c6f827bb18d96c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 19:38:45 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 19:38:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e404fff
sys-apps/logwatch: add missing HTML-Parser dep Closes: https://bugs.gentoo.org/895346 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/logwatch/{logwatch-7.8.ebuild => logwatch-7.8-r1.ebuild} | 1 + sys-apps/logwatch/logwatch-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/logwatch/logwatch-7.8.ebuild b/sys-apps/logwatch/logwatch-7.8-r1.ebuild similarity index 99% rename from sys-apps/logwatch/logwatch-7.8.ebuild rename to 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
