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 1088615806E for ; Sun, 21 May 2023 15:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41EFCE081A; Sun, 21 May 2023 15:58:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25AB6E081A for ; Sun, 21 May 2023 15:58:57 +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 52324340B27 for ; Sun, 21 May 2023 15:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF35DA4A for ; Sun, 21 May 2023 15:58:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1684684729.9ecee0219e78b4481ddb5b401fbe74e08a0b7c86.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevent/libevent-2.2.1.ebuild dev-libs/libevent/libevent-9999.ebuild dev-libs/libevent/metadata.xml X-VCS-Directories: dev-libs/libevent/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9ecee0219e78b4481ddb5b401fbe74e08a0b7c86 X-VCS-Branch: master Date: Sun, 21 May 2023 15:58:54 +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: 3898446a-5288-4f26-9695-6880ff6efbbc X-Archives-Hash: fe7f59650e289f0eb25e7b333a6ea03f commit: 9ecee0219e78b4481ddb5b401fbe74e08a0b7c86 Author: Michał Górny gentoo org> AuthorDate: Sun May 21 15:55:51 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 21 15:58:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ecee021 dev-libs/libevent: Rename USE=openssl back to USE=ssl While USE=openssl is arguably more correct, we have reverse dependencies that depend on the existing flag already. Signed-off-by: Michał Górny gentoo.org> dev-libs/libevent/libevent-2.2.1.ebuild | 6 +++--- dev-libs/libevent/libevent-9999.ebuild | 6 +++--- dev-libs/libevent/metadata.xml | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-libs/libevent/libevent-2.2.1.ebuild b/dev-libs/libevent/libevent-2.2.1.ebuild index d1512562af55..66a742241c13 100644 --- a/dev-libs/libevent/libevent-2.2.1.ebuild +++ b/dev-libs/libevent/libevent-2.2.1.ebuild @@ -24,7 +24,7 @@ LICENSE="BSD" SLOT="0/2.2" KEYWORDS="" IUSE=" - +clock-gettime debug malloc-replacement mbedtls +openssl static-libs + +clock-gettime debug malloc-replacement mbedtls +ssl static-libs test verbose-debug " # TODO: hangs @@ -32,7 +32,7 @@ RESTRICT="test" DEPEND=" mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) - openssl? ( >=dev-libs/openssl-1.0.1h-r2:=[${MULTILIB_USEDEP}] ) + ssl? ( >=dev-libs/openssl-1.0.1h-r2:=[${MULTILIB_USEDEP}] ) " RDEPEND=" ${DEPEND} @@ -59,7 +59,7 @@ multilib_src_configure() { $(use_enable debug debug-mode) $(use_enable malloc-replacement malloc-replacement) $(use_enable mbedtls) - $(use_enable openssl) + $(use_enable ssl openssl) $(use_enable static-libs static) $(use_enable test libevent-regress) $(use_enable verbose-debug) diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild index a0edf66184dc..471fb8418bef 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-9999.ebuild @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0/2.2" KEYWORDS="" IUSE=" - +clock-gettime debug malloc-replacement mbedtls +openssl static-libs + +clock-gettime debug malloc-replacement mbedtls +ssl static-libs test verbose-debug " # TODO: hangs @@ -24,7 +24,7 @@ RESTRICT="test" DEPEND=" mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) - openssl? ( >=dev-libs/openssl-1.0.1h-r2:=[${MULTILIB_USEDEP}] ) + ssl? ( >=dev-libs/openssl-1.0.1h-r2:=[${MULTILIB_USEDEP}] ) " RDEPEND=" ${DEPEND} @@ -50,7 +50,7 @@ multilib_src_configure() { $(use_enable debug debug-mode) $(use_enable malloc-replacement malloc-replacement) $(use_enable mbedtls) - $(use_enable openssl) + $(use_enable ssl openssl) $(use_enable static-libs static) $(use_enable test libevent-regress) $(use_enable verbose-debug) diff --git a/dev-libs/libevent/metadata.xml b/dev-libs/libevent/metadata.xml index 4d52f7a73849..382b01135b4f 100644 --- a/dev-libs/libevent/metadata.xml +++ b/dev-libs/libevent/metadata.xml @@ -15,7 +15,6 @@ Support for running in debug mode Support for replacing the memory management functions Support for net-libs/mbedtls encryption - Support for dev-libs/openssl encryption Support for dev-libs/openssl encryption Support for verbose debug logging