commit: 049a604d9dce7fcdf764f25e29826a37ba9b1924
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 05:12:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 21:10:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049a604d
dev-perl/Authen-Libwrap: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0-r2.ebuild
b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0-r2.ebuild
index 79aaf42ae9be..9fb6afa37a38 100644
--- a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0-r2.ebuild
+++ b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
DIST_AUTHOR=DMUEY
DIST_VERSION=0.23
DIST_EXAMPLES=("example.pl")
-inherit perl-module multilib
+inherit perl-module
DESCRIPTION="A Perl access to the TCP Wrappers interface"