diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-17 22:28:18 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-17 22:28:33 -0500 |
commit | e5b4d9163f99699190d0c57bbda64b36ecf9ab3b (patch) | |
tree | 40ead65bc785df26ecc6c3bb63e54915e4ac761b /app-crypt/acme | |
parent | net-dns/avahi: Python 3.8 compatibility (diff) | |
download | gentoo-e5b4d9163f99699190d0c57bbda64b36ecf9ab3b.tar.gz gentoo-e5b4d9163f99699190d0c57bbda64b36ecf9ab3b.tar.bz2 gentoo-e5b4d9163f99699190d0c57bbda64b36ecf9ab3b.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-1.3.0-r1.ebuild (renamed from app-crypt/acme/acme-1.3.0.ebuild) | 1 | ||||
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/acme/acme-1.3.0.ebuild b/app-crypt/acme/acme-1.3.0-r1.ebuild index db4f214816dc..279b634c1750 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 4aaf884c944a..baec59de4e1e 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 |