diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:12:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:12 +0000 |
commit | 049a604d9dce7fcdf764f25e29826a37ba9b1924 (patch) | |
tree | 2042024eb8cb012aad272c05da4c1434bda964d2 /dev-perl/Authen-Libwrap | |
parent | app-misc/egads: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-049a604d9dce7fcdf764f25e29826a37ba9b1924.tar.gz gentoo-049a604d9dce7fcdf764f25e29826a37ba9b1924.tar.bz2 gentoo-049a604d9dce7fcdf764f25e29826a37ba9b1924.zip |
dev-perl/Authen-Libwrap: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Authen-Libwrap')
-rw-r--r-- | dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0-r2.ebuild | 4 |
1 files 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" |