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 16A3E139085 for ; Mon, 19 Dec 2016 20:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6344D21C112; Mon, 19 Dec 2016 20:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42F6021C112 for ; Mon, 19 Dec 2016 20:17:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11468341130 for ; Mon, 19 Dec 2016 20:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7910524E2 for ; Mon, 19 Dec 2016 20:17:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1482178628.7227576bb227b6dda9011c30a6f646fbaea27910.mgorny@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.7.1.ebuild X-VCS-Directories: net-im/toxic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7227576bb227b6dda9011c30a6f646fbaea27910 X-VCS-Branch: master Date: Mon, 19 Dec 2016 20:17:14 +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-Archives-Salt: a1076b65-ef9d-431b-92b6-f208b43455e4 X-Archives-Hash: 196c66ebcc2519ce9f8a6c33fc18def8 commit: 7227576bb227b6dda9011c30a6f646fbaea27910 Author: Zetok Zalbavar openmailbox org> AuthorDate: Tue Dec 6 18:32:49 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 19 20:17:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7227576b net-im/toxic: depend on slotted net-libs/tox To make sure that it's compiling against the right API version. Closes: https://github.com/gentoo/gentoo/pull/3037 Package-Manager: portage-2.3.0 net-im/toxic/toxic-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/toxic/toxic-0.7.1.ebuild b/net-im/toxic/toxic-0.7.1.ebuild index f4e6509..64dcdf8 100644 --- a/net-im/toxic/toxic-0.7.1.ebuild +++ b/net-im/toxic/toxic-0.7.1.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+X +av notifications" RDEPEND=" - net-libs/tox[av?] + net-libs/tox:0/0.0[av?] dev-libs/libconfig media-gfx/qrencode net-misc/curl