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 625A81396D0 for ; Thu, 21 Sep 2017 21:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 308C3E0BE7; Thu, 21 Sep 2017 21:06:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 04DB2E0BE7 for ; Thu, 21 Sep 2017 21:06:07 +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 33C6134071C for ; Thu, 21 Sep 2017 21:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D109A9087 for ; Thu, 21 Sep 2017 21:06:05 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1506027835.e734462581263a5819cf6186ef8942a1ebe0ef0f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/hangups/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/hangups/hangups-9999.ebuild X-VCS-Directories: net-im/hangups/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e734462581263a5819cf6186ef8942a1ebe0ef0f X-VCS-Branch: master Date: Thu, 21 Sep 2017 21:06:05 +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: 401f7def-bbc0-4b5a-bf54-3732974de0c7 X-Archives-Hash: db9a78963a4a583fc07a760da85fec7e commit: e734462581263a5819cf6186ef8942a1ebe0ef0f Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Sep 21 05:02:37 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Sep 21 21:03:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7344625 net-im/hangups: Depend directly on dev-python/protobuf-python. net-im/hangups/hangups-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/hangups/hangups-9999.ebuild b/net-im/hangups/hangups-9999.ebuild index 837ce61829e..134b8dd2876 100644 --- a/net-im/hangups/hangups-9999.ebuild +++ b/net-im/hangups/hangups-9999.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=">=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}] >=dev-python/requests-2.6.0[${PYTHON_USEDEP}] =dev-python/ReParser-1.4.3[${PYTHON_USEDEP}] - >=dev-libs/protobuf-3.1.0[python] + >=dev-python/protobuf-python-3.1.0[${PYTHON_USEDEP}] >=dev-python/urwid-1.3.1[${PYTHON_USEDEP}] >=dev-python/MechanicalSoup-0.6.0[${PYTHON_USEDEP}]" DEPEND="${COMMON_DEPEND}