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 E3342158004 for ; Tue, 16 Jan 2024 07:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54860E2B8C; Tue, 16 Jan 2024 07:59:55 +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 3734FE2B8C for ; Tue, 16 Jan 2024 07:59:55 +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 3F63F3432A0 for ; Tue, 16 Jan 2024 07:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB7BC11A0 for ; Tue, 16 Jan 2024 07:59:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705391962.978ec32c1916e22869cc2493eb817eaaeb2dbfad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/tox/tox-0.2.18-r2.ebuild net-libs/tox/tox-0.2.18-r3.ebuild X-VCS-Directories: net-libs/tox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 978ec32c1916e22869cc2493eb817eaaeb2dbfad X-VCS-Branch: master Date: Tue, 16 Jan 2024 07:59:52 +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: 729582b2-e7eb-4e93-9c92-8d0784bfd389 X-Archives-Hash: dcbf9788acf2bd2144d01c5ee7a5ac55 commit: 978ec32c1916e22869cc2493eb817eaaeb2dbfad Author: Matt Jolly footclan ninja> AuthorDate: Tue Jan 16 04:51:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 16 07:59:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978ec32c net-libs/tox: add 0.2.18-r3 libsodium is losing USE=minimal Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> net-libs/tox/{tox-0.2.18-r2.ebuild => tox-0.2.18-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/tox/tox-0.2.18-r2.ebuild b/net-libs/tox/tox-0.2.18-r3.ebuild similarity index 97% rename from net-libs/tox/tox-0.2.18-r2.ebuild rename to net-libs/tox/tox-0.2.18-r3.ebuild index 91e51e38d1d6..4cc9474eb842 100644 --- a/net-libs/tox/tox-0.2.18-r2.ebuild +++ b/net-libs/tox/tox-0.2.18-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ REQUIRED_USE="?? ( log-debug log-error log-info log-trace log-warn ) RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" -DEPEND="dev-libs/libsodium:=[asm,urandom,-minimal] +DEPEND="dev-libs/libsodium:=[asm,urandom,-minimal(-)] av? ( media-libs/libvpx:= media-libs/opus