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 D85E4159C9B for ; Tue, 30 Jul 2024 19:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273982BC07B; Tue, 30 Jul 2024 19:09:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 064E92BC07B for ; Tue, 30 Jul 2024 19:09:39 +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 2E74E34133B for ; Tue, 30 Jul 2024 19:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D82C1E84 for ; Tue, 30 Jul 2024 19:09:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722366461.950f05395705e5a737251cad66e502cd5efed315.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/toxic/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/toxic/toxic-0.15.1.ebuild X-VCS-Directories: net-im/toxic/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 950f05395705e5a737251cad66e502cd5efed315 X-VCS-Branch: master Date: Tue, 30 Jul 2024 19:09:35 +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: 78ccce67-9170-4992-9dff-2ca6b4b0d08d X-Archives-Hash: 78201d9900b3265ac9bcaa1c18e31d1b commit: 950f05395705e5a737251cad66e502cd5efed315 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 19:05:32 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 19:07:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950f0539 net-im/toxic: Fix dependencies Signed-off-by: Pacho Ramos gentoo.org> net-im/toxic/toxic-0.15.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/toxic/toxic-0.15.1.ebuild b/net-im/toxic/toxic-0.15.1.ebuild index 8017b624b36e..41f910090c7d 100644 --- a/net-im/toxic/toxic-0.15.1.ebuild +++ b/net-im/toxic/toxic-0.15.1.ebuild @@ -21,7 +21,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) BDEPEND="dev-libs/libconfig:= virtual/pkgconfig" -RDEPEND=">=net-libs/tox-0.2.19:= +RDEPEND=" + >=net-libs/tox-0.2.19:=[experimental?] net-misc/curl sys-kernel/linux-headers sys-libs/ncurses:= @@ -30,7 +31,6 @@ RDEPEND=">=net-libs/tox-0.2.19:= media-libs/openal ) debug? ( llvm? ( sys-devel/llvm:* ) ) - experimental? ( net-libs/tox[experimental] ) notification? ( x11-libs/libnotify ) python? ( ${PYTHON_DEPS} ) qrcode? (