summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 05:14:13 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:10:20 +0000
commit98c17453f1e3eafe06e36a8a08ef050475f8a825 (patch)
treec6689b34a52d1e3ea052571a5bdeeab8dbaef437 /dev-perl
parentdev-perl/Net-LDAPapi: [QA] fix UnusedInherits (multilib) (diff)
downloadgentoo-98c17453f1e3eafe06e36a8a08ef050475f8a825.tar.gz
gentoo-98c17453f1e3eafe06e36a8a08ef050475f8a825.tar.bz2
gentoo-98c17453f1e3eafe06e36a8a08ef050475f8a825.zip
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>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild4
1 files 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"