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 6D1EC15800F for ; Tue, 7 Feb 2023 11:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8292CE070D; Tue, 7 Feb 2023 11:16:09 +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 66BB5E070D for ; Tue, 7 Feb 2023 11:16:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CDC3335D0D for ; Tue, 7 Feb 2023 11:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5220F89B for ; Tue, 7 Feb 2023 11:16:06 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1675768475.57643c4b952f4149a10bffd6350ae1f703801ecb.marecki@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-r1.ebuild net-libs/tox/tox-0.2.18-r2.ebuild net-libs/tox/tox-9999.ebuild X-VCS-Directories: net-libs/tox/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 57643c4b952f4149a10bffd6350ae1f703801ecb X-VCS-Branch: master Date: Tue, 7 Feb 2023 11:16:06 +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: 8d97cf43-b9b4-42ea-aca0-2544ddaedf4e X-Archives-Hash: 301e356591e042d17860699d058934b9 commit: 57643c4b952f4149a10bffd6350ae1f703801ecb Author: Marek Szuba gentoo org> AuthorDate: Tue Feb 7 11:06:23 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Feb 7 11:14:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57643c4b net-libs/tox: drop dev-libs/msgpack dependency 0.12 didn't have it in the first place, upstream changelog says it got phased out before 0.18 release. Signed-off-by: Marek Szuba gentoo.org> net-libs/tox/{tox-0.2.18-r1.ebuild => tox-0.2.18-r2.ebuild} | 3 +-- net-libs/tox/tox-9999.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/net-libs/tox/tox-0.2.18-r1.ebuild b/net-libs/tox/tox-0.2.18-r2.ebuild similarity index 98% rename from net-libs/tox/tox-0.2.18-r1.ebuild rename to net-libs/tox/tox-0.2.18-r2.ebuild index 00753d1f6819..91e51e38d1d6 100644 --- a/net-libs/tox/tox-0.2.18-r1.ebuild +++ b/net-libs/tox/tox-0.2.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,6 @@ RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" DEPEND="dev-libs/libsodium:=[asm,urandom,-minimal] - dev-libs/msgpack av? ( media-libs/libvpx:= media-libs/opus diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild index ae60fff26c54..a529f806e7a6 100644 --- a/net-libs/tox/tox-9999.ebuild +++ b/net-libs/tox/tox-9999.ebuild @@ -21,7 +21,6 @@ REQUIRED_USE="?? ( log-debug log-error log-info log-trace log-warn ) BDEPEND="virtual/pkgconfig" DEPEND="dev-libs/libsodium:=[asm,urandom,-minimal] - dev-libs/msgpack av? ( media-libs/libvpx:= media-libs/opus