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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 516DF1580BA for ; Tue, 24 Aug 2021 08:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3BC0E09EE; Tue, 24 Aug 2021 08:50:39 +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 8BEA1E09EE for ; Tue, 24 Aug 2021 08:50:39 +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 8FB0C33FECD for ; Tue, 24 Aug 2021 08:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E088DA for ; Tue, 24 Aug 2021 08:50:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1629795027.e38c49484f5b6433efaab22d71ad6700c69d3ba0.juippis@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.11.1.ebuild X-VCS-Directories: net-im/toxic/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e38c49484f5b6433efaab22d71ad6700c69d3ba0 X-VCS-Branch: master Date: Tue, 24 Aug 2021 08:50: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: bb2c4959-a981-4486-848a-d9dc59ffd884 X-Archives-Hash: 9d98fc4b293d2d1acc4a627efe1cf796 commit: e38c49484f5b6433efaab22d71ad6700c69d3ba0 Author: Joonas Niilola gentoo org> AuthorDate: Tue Aug 24 08:49:48 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Aug 24 08:50:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38c4948 net-im/toxic: add pkgconfig as BDEPEND Signed-off-by: Joonas Niilola gentoo.org> net-im/toxic/toxic-0.11.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/toxic/toxic-0.11.1.ebuild b/net-im/toxic/toxic-0.11.1.ebuild index f0ddb6556dd..d2d629d69b6 100644 --- a/net-im/toxic/toxic-0.11.1.ebuild +++ b/net-im/toxic/toxic-0.11.1.ebuild @@ -18,7 +18,8 @@ IUSE="+audio-notify debug games llvm notification png python qrcode +sound +vide REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) video? ( sound X ) " -BDEPEND="dev-libs/libconfig:=" +BDEPEND="dev-libs/libconfig:= + virtual/pkgconfig" RDEPEND="net-libs/tox:= net-misc/curl