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 10884138334 for ; Mon, 25 Feb 2019 20:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECE17E088A; Mon, 25 Feb 2019 20:14:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C27FCE0887 for ; Mon, 25 Feb 2019 20:14:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0ED1133BF5D for ; Mon, 25 Feb 2019 20:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B3B551 for ; Mon, 25 Feb 2019 20:13:57 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1551125625.2f9b58d8f3902b5979801a47705b3628d5f686aa.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/slixmpp/slixmpp-9999.ebuild X-VCS-Directories: dev-python/slixmpp/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 2f9b58d8f3902b5979801a47705b3628d5f686aa X-VCS-Branch: master Date: Mon, 25 Feb 2019 20:13:57 +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: daba1b06-3e70-44ca-8dc3-833c4aa179fd X-Archives-Hash: 77ec34fec0f53da503c6756b22f33d8e commit: 2f9b58d8f3902b5979801a47705b3628d5f686aa Author: Andrey Utkin gentoo org> AuthorDate: Mon Feb 25 19:31:41 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Mon Feb 25 20:13:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9b58d8 dev-python/slixmpp: 9999: add dep on aiohttp Upstream's changelog for release 1.4.1 mentions this new dependency. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> dev-python/slixmpp/slixmpp-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild index 28602f8aeab..aebd4d6f260 100644 --- a/dev-python/slixmpp/slixmpp-9999.ebuild +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -22,6 +22,7 @@ fi RDEPEND=" dev-python/aiodns[${PYTHON_USEDEP}] + dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] "