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 5E91115808C for ; Thu, 10 Mar 2022 21:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFCA3E096C; Thu, 10 Mar 2022 21:12:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABE8EE0970 for ; Thu, 10 Mar 2022 21:12:59 +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 A5A33342ED6 for ; Thu, 10 Mar 2022 21:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCB9731A for ; Thu, 10 Mar 2022 21:12:55 +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: <1646946620.98c17453f1e3eafe06e36a8a08ef050475f8a825.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild X-VCS-Directories: dev-perl/Net-SSLeay/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98c17453f1e3eafe06e36a8a08ef050475f8a825 X-VCS-Branch: master Date: Thu, 10 Mar 2022 21:12:55 +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: 966f4bac-32d1-4c6a-8f8c-10e80df4fd57 X-Archives-Hash: 0c732d47369af56968713cf0bfd38d70 commit: 98c17453f1e3eafe06e36a8a08ef050475f8a825 Author: Sam James gentoo org> AuthorDate: Thu Mar 10 05:14:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 10 21:10:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c17453 dev-perl/Net-SSLeay: [QA] fix UnusedInherits (multilib) get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James gentoo.org> dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild index 7aa8353d6813..3c9d3c32ef22 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DIST_AUTHOR=CHRISN DIST_VERSION=1.90 DIST_EXAMPLES=("examples/*") -inherit multilib perl-module +inherit perl-module DESCRIPTION="Perl extension for using OpenSSL"