Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
Date: Wed, 15 Aug 2018 23:31:55
Message-Id: 1534375895.0c19e62f19fe0b8b21580704653e479b36c836d9.mattst88@gentoo
1 commit: 0c19e62f19fe0b8b21580704653e479b36c836d9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 23:30:53 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 23:31:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c19e62f
7
8 app-shells/autojump: Depend on ${PYTHON_DEPS}
9
10 Closes: https://bugs.gentoo.org/660576
11
12 app-shells/autojump/autojump-22.5.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild
16 index 9dd0659c267..8bc30ed3e75 100644
17 --- a/app-shells/autojump/autojump-22.5.1.ebuild
18 +++ b/app-shells/autojump/autojump-22.5.1.ebuild
19 @@ -20,6 +20,7 @@ REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
20 # Not all tests pass. Need investigation.
21 RESTRICT="test"
22 RDEPEND="ipython? ( ${PYTHON_DEPS} )"
23 +DEPEND="${PYTHON_DEPS}"
24
25 src_prepare() {
26 eapply_user