diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-06 16:16:07 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-06 16:16:21 -0600 |
commit | f104e8f23c8a7f4503b998333d38207fcbd7bc29 (patch) | |
tree | 349187b09a20f227e7d32b36b57c1322c5a14a67 /app-crypt | |
parent | app-text/txt2tags: version bump (diff) | |
download | gentoo-f104e8f23c8a7f4503b998333d38207fcbd7bc29.tar.gz gentoo-f104e8f23c8a7f4503b998333d38207fcbd7bc29.tar.bz2 gentoo-f104e8f23c8a7f4503b998333d38207fcbd7bc29.zip |
app-crypt/certbot: fix install for 1.0.0
Bug: https://bugs.gentoo.org/658740
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-1.0.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/certbot/certbot-1.0.0.ebuild b/app-crypt/certbot/certbot-1.0.0.ebuild index 39028621e8f0..13ce4388aa0d 100644 --- a/app-crypt/certbot/certbot-1.0.0.ebuild +++ b/app-crypt/certbot/certbot-1.0.0.ebuild @@ -7,9 +7,11 @@ PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" inherit git-r3 + S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + S=${WORKDIR}/certbot-${PV}/acme fi inherit distutils-r1 |