From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1236714-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 64A1313835C
	for <garchives@archives.gentoo.org>; Sat,  2 Jan 2021 00:49:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A34E6E0855;
	Sat,  2 Jan 2021 00:49:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 89AD6E0849
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jan 2021 00:49:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9F064340EBA
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jan 2021 00:49:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C446E48D
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jan 2021 00:49:39 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1609548538.1e71e889ecdaa3ab96fda5769a776cc64a342735.sam@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.10.0-r1.ebuild net-im/toxic/toxic-0.10.0.ebuild net-im/toxic/toxic-0.8.3-r1.ebuild net-im/toxic/toxic-0.8.3-r2.ebuild
X-VCS-Directories: net-im/toxic/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 1e71e889ecdaa3ab96fda5769a776cc64a342735
X-VCS-Branch: master
Date: Sat,  2 Jan 2021 00:49:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 59405e20-589a-4ee2-a497-b585acf6c176
X-Archives-Hash: f3e8e130873c8977c768eb67ed6a8e6f

commit:     1e71e889ecdaa3ab96fda5769a776cc64a342735
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 00:48:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 00:48:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e71e889

net-im/toxic: revbump for libconfig (and other) subslot deps

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{toxic-0.10.0.ebuild => toxic-0.10.0-r1.ebuild}    | 14 +++++++-------
 .../{toxic-0.8.3-r1.ebuild => toxic-0.8.3-r2.ebuild}   | 18 +++++++++---------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/net-im/toxic/toxic-0.10.0.ebuild b/net-im/toxic/toxic-0.10.0-r1.ebuild
similarity index 94%
rename from net-im/toxic/toxic-0.10.0.ebuild
rename to net-im/toxic/toxic-0.10.0-r1.ebuild
index eec33667d60..d8edefaf923 100644
--- a/net-im/toxic/toxic-0.10.0.ebuild
+++ b/net-im/toxic/toxic-0.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,11 +18,11 @@ IUSE="+audio-notify debug doc llvm notification png python qrcode +sound +video
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
 	video? ( sound X ) "
 
-BDEPEND="dev-libs/libconfig"
-
-RDEPEND="net-libs/tox
+RDEPEND="
+	dev-libs/libconfig:=
+	net-libs/tox:=
 	net-misc/curl
-	sys-libs/ncurses:*
+	sys-libs/ncurses:=
 	audio-notify? (
 		media-libs/freealut
 		media-libs/openal
@@ -31,12 +31,12 @@ RDEPEND="net-libs/tox
 	debug? ( llvm? ( sys-devel/llvm:* ) )
 	python? ( ${PYTHON_DEPS} )
 	qrcode? (
-		media-gfx/qrencode
+		media-gfx/qrencode:=
 		png? ( media-libs/libpng )
 	)
 	sound? (
 		media-libs/openal
-		net-libs/tox[av]
+		net-libs/tox:=[av]
 	)
 	X? (
 		x11-base/xorg-proto

diff --git a/net-im/toxic/toxic-0.8.3-r1.ebuild b/net-im/toxic/toxic-0.8.3-r2.ebuild
similarity index 88%
rename from net-im/toxic/toxic-0.8.3-r1.ebuild
rename to net-im/toxic/toxic-0.8.3-r2.ebuild
index 03ec7dfb015..7dae366dc14 100644
--- a/net-im/toxic/toxic-0.8.3-r1.ebuild
+++ b/net-im/toxic/toxic-0.8.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,22 +17,22 @@ KEYWORDS="amd64 x86"
 IUSE="notification python qrcode +sound +video +X"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-BDEPEND="dev-libs/libconfig"
-
-RDEPEND=">=net-libs/tox-0.2.8:*
+RDEPEND="
+	dev-libs/libconfig:=
+	>=net-libs/tox-0.2.8:=
 	net-misc/curl
-	sys-libs/ncurses:*
+	sys-libs/ncurses:=
 	notification? ( x11-libs/libnotify )
 	python? ( ${PYTHON_DEPS} )
-	qrcode? ( media-gfx/qrencode )
+	qrcode? ( media-gfx/qrencode:= )
 	sound? (
 		media-libs/freealut
 		media-libs/openal
-		net-libs/tox[av]
+		net-libs/tox:=[av]
 	)
 	video? (
-		media-libs/libvpx
-		net-libs/tox[av]
+		media-libs/libvpx:=
+		net-libs/tox:=[av]
 		x11-libs/libX11 )"
 
 DEPEND="${RDEPEND}"