commit: 6e4b0354a640bab841bf812950eba78804be8cbd Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Fri Dec 9 20:30:16 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Dec 10 21:56:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4b0354
dev-python/seaborn: added die calls where appropriate. Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3020 dev-python/seaborn/seaborn-0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild index a3ae6e5..333571e 100644 --- a/dev-python/seaborn/seaborn-0.7.1.ebuild +++ b/dev-python/seaborn/seaborn-0.7.1.ebuild @@ -32,8 +32,8 @@ DEPEND="${RDEPEND} " python_test() { - cat > matplotlibrc <<- EOF + cat > matplotlibrc <<- EOF || die backend : Agg EOF - virtx nosetests --verbosity=3 + virtx nosetests --verbosity=3 || die }
