commit: 7e33a975e6ac0d67aae91c24d689eec6f3b4e9ac Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Tue Nov 15 16:20:42 2022 +0000 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> CommitDate: Tue Nov 15 21:18:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=7e33a975
dev-perl/Net-SSLeay: Merge ::gentoo changes Signed-off-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/libressl/pull/472 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com> dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 95c81cd..b3c6483 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,13 +6,13 @@ 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" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="minimal examples" RDEPEND=" @@ -53,6 +53,7 @@ src_configure() { export NETWORK_TESTS=no fi export LIBDIR=$(get_libdir) + use prefix && export OPENSSL_PREFIX="${EPREFIX}/usr" perl-module_src_configure }
