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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BC751382C5 for ; Sun, 2 May 2021 22:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6167CE0895; Sun, 2 May 2021 22:00:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 461C2E0895 for ; Sun, 2 May 2021 22:00:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69F0A335DB2 for ; Sun, 2 May 2021 22:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4F8472E for ; Sun, 2 May 2021 22:00:41 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1619992788.8dec9f41dbd74fd15caa3fc78192ce8bcf493027.quentin@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/openssl/metadata.xml dev-libs/openssl/openssl-2.9.2.ebuild dev-libs/openssl/openssl-3.1.3.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: 8dec9f41dbd74fd15caa3fc78192ce8bcf493027 X-VCS-Branch: master Date: Sun, 2 May 2021 22:00:41 +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: cdf0c970-2854-4f99-9b06-b704653cde24 X-Archives-Hash: dae21687afaa00748da3922fb6a136b3 commit: 8dec9f41dbd74fd15caa3fc78192ce8bcf493027 Author: Quentin Retornaz retornaz com> AuthorDate: Sun May 2 21:59:48 2021 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Sun May 2 21:59:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8dec9f41 dev-libs/openssl: add transversal USE flags Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz retornaz.com> dev-libs/openssl/metadata.xml | 3 +++ dev-libs/openssl/openssl-2.9.2.ebuild | 6 ++++-- dev-libs/openssl/openssl-3.1.3.ebuild | 6 ++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml index ee33f5a..7aea488 100644 --- a/dev-libs/openssl/metadata.xml +++ b/dev-libs/openssl/metadata.xml @@ -9,5 +9,8 @@ Reflect ABI of dev-libs/libressl libcrypto.so and libssl.so only, NOT libtls.so. + + Enables assembly + diff --git a/dev-libs/openssl/openssl-2.9.2.ebuild b/dev-libs/openssl/openssl-2.9.2.ebuild index b08b7bf..a5b501f 100644 --- a/dev-libs/openssl/openssl-2.9.2.ebuild +++ b/dev-libs/openssl/openssl-2.9.2.ebuild @@ -3,12 +3,14 @@ EAPI="7" +inherit multilib-minimal + DESCRIPTION="dummy package for dev-libs/libressl" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL" LICENSE="metapackage" SLOT="0/47" # .so version of libssl/libcrypto KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bindist static-libs" +IUSE="+asm bindist static-libs test" -RDEPEND="dev-libs/libressl:${SLOT}" +RDEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]" diff --git a/dev-libs/openssl/openssl-3.1.3.ebuild b/dev-libs/openssl/openssl-3.1.3.ebuild index a1a035c..e6803d0 100644 --- a/dev-libs/openssl/openssl-3.1.3.ebuild +++ b/dev-libs/openssl/openssl-3.1.3.ebuild @@ -3,12 +3,14 @@ EAPI="7" +inherit multilib-minimal + DESCRIPTION="dummy package for dev-libs/libressl" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL" LICENSE="metapackage" SLOT="0/48" # .so version of libssl/libcrypto KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bindist static-libs" +IUSE="+asm bindist static-libs test" -RDEPEND="dev-libs/libressl:${SLOT}" +RDEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"