Skip to content

Commit

Permalink
app-crypt/acme: 1.3.0-r1 bump for regression caused by eclass change
Browse files Browse the repository at this point in the history
fixes: 180fa85
Closes: https://bugs.gentoo.org/717970
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Apr 18, 2020
1 parent a257b26 commit e5b4d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ DEPEND="

src_compile() {
python_foreach_impl run_in_build_dir default
distutils-r1_src_compile
if use doc ; then
cd docs || die
sphinx-build -b html -d _build/doctrees . _build/html
Expand Down
1 change: 1 addition & 0 deletions app-crypt/acme/acme-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ DEPEND="

src_compile() {
python_foreach_impl run_in_build_dir default
distutils-r1_src_compile
if use doc ; then
cd docs || die
sphinx-build -b html -d _build/doctrees . _build/html
Expand Down

0 comments on commit e5b4d91

Please sign in to comment.