Skip to content

Commit

Permalink
app-crypt/certbot: fix install for 1.0.0
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/658740
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Dec 6, 2019
1 parent d66dcc1 commit f104e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-crypt/certbot/certbot-1.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f104e8f

Please sign in to comment.