commit:     39430c19e6efa851d913a4ee55667b5a930887d9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 05:49:24 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 05:53:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39430c19

dev-python/mkdocs-git-revision-date-localized-plugin: add missing dies

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../mkdocs-git-revision-date-localized-plugin-0.8.ebuild            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.8.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.8.ebuild
index d7eaace9d55..fdef23498c4 100644
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.8.ebuild
+++ 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.8.ebuild
@@ -34,11 +34,11 @@ distutils_enable_tests --install pytest
 python_prepare_all() {
        # mkdocs-git-revision-date-localized-plugin's tests need git repo
        if use test; then
-               git init
+               git init || die
                git config --global user.email "y...@example.com" || die
                git config --global user.name "Your Name" || die
-               git add .
-               git commit -m 'init'
+               git add . || die
+               git commit -m 'init' || die
        fi
 
        distutils-r1_python_prepare_all

Reply via email to