Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipdb/
Date: Wed, 29 Jun 2016 10:33:38
Message-Id: 1467196301.d158567612c604b31a1aa9eab9df016953e3a734.patrick@gentoo
1 commit: d158567612c604b31a1aa9eab9df016953e3a734
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 10:31:41 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 10:31:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1585676
7
8 dev-python/ipdb: Add missing dependency
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/ipdb/ipdb-0.9.0.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/ipdb/ipdb-0.9.0.ebuild b/dev-python/ipdb/ipdb-0.9.0.ebuild
16 index f37bf34..4f544df 100644
17 --- a/dev-python/ipdb/ipdb-0.9.0.ebuild
18 +++ b/dev-python/ipdb/ipdb-0.9.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -20,7 +20,9 @@ IUSE=""
26 RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
27 DEPEND="${RDEPEND}
28 app-arch/unzip
29 - dev-python/setuptools[${PYTHON_USEDEP}]"
30 + dev-python/setuptools[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' python2_7)
32 + "
33
34 DOCS=( HISTORY.txt )