Skip to content

Commit

Permalink
dev-python/pymdown-extensions: add missing dies
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Dec 8, 2020
1 parent 39430c1 commit 3e76cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ python_prepare_all() {

# mkdocs-git-revision-date-localized-plugin needs git repo
if use doc; then
git init
git init || die
git config --global user.email "[email protected]" || 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
Expand Down

0 comments on commit 3e76cbb

Please sign in to comment.