From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 805AC15800F for ; Sun, 19 Feb 2023 19:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B617E0891; Sun, 19 Feb 2023 19:39:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82B88E0891 for ; Sun, 19 Feb 2023 19:39:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F1C9340EC2 for ; Sun, 19 Feb 2023 19:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63BE8B6 for ; Sun, 19 Feb 2023 19:39:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676835525.2e404fff370cc40a6aff74bc4c6f827bb18d96c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/logwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/logwatch/logwatch-7.8-r1.ebuild sys-apps/logwatch/logwatch-7.8.ebuild sys-apps/logwatch/logwatch-9999.ebuild X-VCS-Directories: sys-apps/logwatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e404fff370cc40a6aff74bc4c6f827bb18d96c2 X-VCS-Branch: master Date: Sun, 19 Feb 2023 19:39:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7cde1b1-3b33-4c54-ae96-3802eea71cfb X-Archives-Hash: 2592380d938dba7db6f804fd9355c57a commit: 2e404fff370cc40a6aff74bc4c6f827bb18d96c2 Author: Sam James gentoo org> AuthorDate: Sun Feb 19 19:38:45 2023 +0000 Commit: Sam James gentoo 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 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