diff options
author | orbea <orbea@riseup.net> | 2022-11-15 08:20:42 -0800 |
---|---|---|
committer | Quentin Retornaz <gentoo@retornaz.com> | 2022-11-15 22:18:01 +0100 |
commit | 7e33a975e6ac0d67aae91c24d689eec6f3b4e9ac (patch) | |
tree | 39eaf9fda163b7a4208fc3690bd1230e2a7137b1 /dev-perl | |
parent | dev-perl/Net-SSLeay: Add 1.920.0 (diff) | |
download | libressl-7e33a975e6ac0d67aae91c24d689eec6f3b4e9ac.tar.gz libressl-7e33a975e6ac0d67aae91c24d689eec6f3b4e9ac.tar.bz2 libressl-7e33a975e6ac0d67aae91c24d689eec6f3b4e9ac.zip |
dev-perl/Net-SSLeay: Merge ::gentoo changes
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/libressl/pull/472
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild | 7 |
1 files 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 } |