app-crypt/acme: 1.3.0-r1 bump for regression caused by eclass change
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 18 Apr 2020 03:28:18 +0000 (22:28 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 18 Apr 2020 03:28:33 +0000 (22:28 -0500)
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@gentoo.org>
app-crypt/acme/acme-1.3.0-r1.ebuild [moved from app-crypt/acme/acme-1.3.0.ebuild with 98% similarity]
app-crypt/acme/acme-9999.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 db4f214816dc3b70343f9ea6cb5384adf523a603..279b634c175054bf3e4cc571e689d8404256f9b6 100644 (file)
@@ -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
index 4aaf884c944a74b887941063c9c720f3d692ac57..baec59de4e1e908ec85b69f1f4b66f3fccc7fb0e 100644 (file)
@@ -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