diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-08-15 16:30:53 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-15 16:31:35 -0700 |
commit | 0c19e62f19fe0b8b21580704653e479b36c836d9 (patch) | |
tree | 34c6d4948e77513aab8b5cdff9904274fa93fee1 /app-shells/autojump | |
parent | app-crypt/md5deep: version 4.4 stable on amd64 (diff) | |
download | gentoo-0c19e62f19fe0b8b21580704653e479b36c836d9.tar.gz gentoo-0c19e62f19fe0b8b21580704653e479b36c836d9.tar.bz2 gentoo-0c19e62f19fe0b8b21580704653e479b36c836d9.zip |
app-shells/autojump: Depend on ${PYTHON_DEPS}
Closes: https://bugs.gentoo.org/660576
Diffstat (limited to 'app-shells/autojump')
-rw-r--r-- | app-shells/autojump/autojump-22.5.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |