commit:     e5b4d9163f99699190d0c57bbda64b36ecf9ab3b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 03:28:18 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 03:28:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b4d916

app-crypt/acme: 1.3.0-r1 bump for regression caused by eclass change

fixes: 180fa85d7d00aea463c399f70348beaad9166eb7
Closes: https://bugs.gentoo.org/717970
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-crypt/acme/{acme-1.3.0.ebuild => acme-1.3.0-r1.ebuild} | 1 +
 app-crypt/acme/acme-9999.ebuild                            | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-crypt/acme/acme-1.3.0.ebuild 
b/app-crypt/acme/acme-1.3.0-r1.ebuild
similarity index 98%
rename from app-crypt/acme/acme-1.3.0.ebuild
rename to app-crypt/acme/acme-1.3.0-r1.ebuild
index db4f214816d..279b634c175 100644
--- a/app-crypt/acme/acme-1.3.0.ebuild
+++ b/app-crypt/acme/acme-1.3.0-r1.ebuild
@@ -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

diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index 4aaf884c944..baec59de4e1 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.ebuild
@@ -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

Reply via email to