From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D5C815ACFB for ; Thu, 13 Apr 2023 02:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A051E07AE; Thu, 13 Apr 2023 02:19:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 530BBE079C for ; Thu, 13 Apr 2023 02:19:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F798340E0F for ; Thu, 13 Apr 2023 02:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1E6CA3E for ; Thu, 13 Apr 2023 02:19:40 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1681348423.e5d38d65ab0101ba9020593b84cdd0b5de17755f.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-perl/Net-SSLeay/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-perl/Net-SSLeay/Net-SSLeay-1.920.0.ebuild X-VCS-Directories: dev-perl/Net-SSLeay/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: e5d38d65ab0101ba9020593b84cdd0b5de17755f X-VCS-Branch: master Date: Thu, 13 Apr 2023 02:19:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03b8a80c-c825-46ba-bccc-d20f742cb2db X-Archives-Hash: 99e48c120481f3fe404a0b9e78f1b775 commit: e5d38d65ab0101ba9020593b84cdd0b5de17755f Author: orbea riseup net> AuthorDate: Thu Apr 13 01:13:43 2023 +0000 Commit: orbea riseup net> CommitDate: Thu Apr 13 01:13:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e5d38d65 dev-perl/Net-SSLeay: stabilize 1.920.0 for arm64, sparc Signed-off-by: orbea riseup.net> dev-perl/Net-SSLeay/Net-SSLeay-1.920.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.920.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.920.0.ebuild index 14597a8..ee07373 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.920.0.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.920.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for using OpenSSL" LICENSE="Artistic-2" SLOT="0" -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" +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,14 +53,14 @@ src_configure() { export NETWORK_TESTS=no fi export LIBDIR=$(get_libdir) - use prefix && export OPENSSL_PREFIX="${EPREFIX}/usr" + export OPENSSL_PREFIX="${ESYSROOT}/usr" perl-module_src_configure } src_compile() { mymake=( OPTIMIZE="${CFLAGS}" - OPENSSL_PREFIX="${EPREFIX}"/usr + OPENSSL_PREFIX="${ESYSROOT}"/usr ) perl-module_src_compile }