commit: 028d585090c68c2f36ed2e567a1aa0caf9ca5042 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Oct 11 17:04:06 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Oct 11 17:09:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028d5850
dev-python/nose_fixes: Stable for amd64+x86. Package-Manager: portage-2.3.0 dev-python/nose_fixes/nose_fixes-1.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/nose_fixes/nose_fixes-1.3.ebuild b/dev-python/nose_fixes/nose_fixes-1.3.ebuild index a226fc5..b5a5bc0 100644 --- a/dev-python/nose_fixes/nose_fixes-1.3.ebuild +++ b/dev-python/nose_fixes/nose_fixes-1.3.ebuild @@ -14,13 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' python2_7)