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 5132B1382DE for ; Wed, 29 Jun 2016 10:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24BB2E0BFE; Wed, 29 Jun 2016 10:33:36 +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 64078E0BFD for ; Wed, 29 Jun 2016 10:33:35 +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 83642340DFD for ; Wed, 29 Jun 2016 10:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 370C52438 for ; Wed, 29 Jun 2016 10:33:30 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1467196301.d158567612c604b31a1aa9eab9df016953e3a734.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipdb/ipdb-0.9.0.ebuild X-VCS-Directories: dev-python/ipdb/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: d158567612c604b31a1aa9eab9df016953e3a734 X-VCS-Branch: master Date: Wed, 29 Jun 2016 10:33:30 +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: 3990d576-d98e-4537-8553-9bde121b5d60 X-Archives-Hash: dd065451b324836906a78488704a98fc commit: d158567612c604b31a1aa9eab9df016953e3a734 Author: Patrick Lauer gentoo org> AuthorDate: Wed Jun 29 10:31:41 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Wed Jun 29 10:31:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1585676 dev-python/ipdb: Add missing dependency Package-Manager: portage-2.3.0 dev-python/ipdb/ipdb-0.9.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/ipdb/ipdb-0.9.0.ebuild b/dev-python/ipdb/ipdb-0.9.0.ebuild index f37bf34..4f544df 100644 --- a/dev-python/ipdb/ipdb-0.9.0.ebuild +++ b/dev-python/ipdb/ipdb-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,9 @@ IUSE="" RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' python2_7) + " DOCS=( HISTORY.txt )