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 9ECD8158094 for ; Tue, 4 Oct 2022 21:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7E20E0833; Tue, 4 Oct 2022 21:01:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC870E0833 for ; Tue, 4 Oct 2022 21:01:08 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F13A340E8D for ; Tue, 4 Oct 2022 21:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9116602 for ; Tue, 4 Oct 2022 21:01:05 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1664916964.598a8080714352b8004bfb7694e3b0d446d389f2.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Daemon-SSL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTTP-Daemon-SSL/HTTP-Daemon-SSL-1.04.ebuild X-VCS-Directories: dev-perl/HTTP-Daemon-SSL/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 598a8080714352b8004bfb7694e3b0d446d389f2 X-VCS-Branch: master Date: Tue, 4 Oct 2022 21:01:05 +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: 1c97b6ef-74c3-49c7-aeb0-c6d2ecd86669 X-Archives-Hash: 71586e687e6cb854ccfcb77b9544eafa commit: 598a8080714352b8004bfb7694e3b0d446d389f2 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Oct 4 20:55:34 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Oct 4 20:56:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598a8080 dev-perl/HTTP-Daemon-SSL: fix MismatchedPerlVersion Signed-off-by: Conrad Kostecki gentoo.org> dev-perl/HTTP-Daemon-SSL/HTTP-Daemon-SSL-1.04.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-perl/HTTP-Daemon-SSL/HTTP-Daemon-SSL-1.04.ebuild b/dev-perl/HTTP-Daemon-SSL/HTTP-Daemon-SSL-1.04.ebuild index a0fad3f98184..5f0fe2300222 100644 --- a/dev-perl/HTTP-Daemon-SSL/HTTP-Daemon-SSL-1.04.ebuild +++ b/dev-perl/HTTP-Daemon-SSL/HTTP-Daemon-SSL-1.04.ebuild @@ -4,7 +4,6 @@ EAPI=8 DIST_AUTHOR=AUFFLICK -DIST_VERSION=1.04 inherit perl-module