From: "Quentin Retornaz" <gentoo@retornaz.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/
Date: Sun, 2 May 2021 22:00:41 +0000 (UTC) [thread overview]
Message-ID: <1619992788.8dec9f41dbd74fd15caa3fc78192ce8bcf493027.quentin@gentoo> (raw)
commit: 8dec9f41dbd74fd15caa3fc78192ce8bcf493027
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Sun May 2 21:59:48 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> 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 <gentoo <AT> 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.
</subslots>
</slots>
+ <use>
+ <flag name="asm">Enables assembly</flag>
+ </use>
</pkgmetadata>
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}]"
next reply other threads:[~2021-05-02 22:00 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 22:00 Quentin Retornaz [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-30 19:37 [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/ orbea
2024-11-13 2:30 orbea
2024-11-13 2:30 orbea
2024-10-15 20:09 orbea
2024-09-13 1:40 orbea
2024-08-15 4:35 orbea
2024-08-15 4:35 orbea
2024-04-13 16:14 orbea
2024-04-08 18:48 orbea
2024-04-05 1:28 orbea
2024-03-24 19:52 orbea
2024-03-24 19:42 orbea
2024-03-11 0:42 orbea
2024-03-11 0:42 orbea
2023-09-01 1:08 orbea
2023-06-15 16:18 orbea
2023-06-15 16:18 orbea
2023-06-15 16:18 orbea
2023-06-15 16:18 orbea
2023-05-29 19:49 orbea
2023-05-14 20:15 orbea
2022-12-14 22:47 Quentin Retornaz
2022-10-07 21:11 Quentin Retornaz
2022-07-26 21:42 Quentin Retornaz
2022-07-26 21:42 Quentin Retornaz
2022-06-19 4:04 Quentin Retornaz
2021-05-06 18:11 Quentin Retornaz
2021-05-02 22:05 Quentin Retornaz
2021-05-02 15:05 Quentin Retornaz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1619992788.8dec9f41dbd74fd15caa3fc78192ce8bcf493027.quentin@gentoo \
--to=gentoo@retornaz.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox