diff --git a/dev-python/ipdb/ipdb-0.9.0.ebuild b/dev-python/ipdb/ipdb-0.9.0.ebuild index f37bf34ed725e..4f544dff54b10 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 )