From: Matt Turner Date: Wed, 15 Aug 2018 23:30:53 +0000 (-0700) Subject: app-shells/autojump: Depend on ${PYTHON_DEPS} X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0c19e62f19fe0b8b21580704653e479b36c836d9;p=gentoo.git app-shells/autojump: Depend on ${PYTHON_DEPS} Closes: https://bugs.gentoo.org/660576 --- diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild index 9dd0659c2671..8bc30ed3e75c 100644 --- a/app-shells/autojump/autojump-22.5.1.ebuild +++ b/app-shells/autojump/autojump-22.5.1.ebuild @@ -20,6 +20,7 @@ REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )" # Not all tests pass. Need investigation. RESTRICT="test" RDEPEND="ipython? ( ${PYTHON_DEPS} )" +DEPEND="${PYTHON_DEPS}" src_prepare() { eapply_user