dev-perl/Net-SSLeay: [QA] fix UnusedInherits (multilib)

get_libdir has been built-in since EAPI 6

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-03-10 05:14:13 +00:00
parent 3ced63b7b3
commit 98c17453f1

View File

@@ -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"