commit:     98c17453f1e3eafe06e36a8a08ef050475f8a825
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 05:14:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"
 

Reply via email to