summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-05-13 23:15:51 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-05-13 23:15:51 +0200
commite853f0819dd99f07cb08af48093ed5f95c5ea876 (patch)
treed57bb50f02ef3455d09fec745b7fedbcdc997a03
parentapp-crypt/acme: Version bump to 0.6.0 (diff)
downloadgentoo-e853f0819dd99f07cb08af48093ed5f95c5ea876.tar.gz
gentoo-e853f0819dd99f07cb08af48093ed5f95c5ea876.tar.bz2
gentoo-e853f0819dd99f07cb08af48093ed5f95c5ea876.zip
app-crypt/acme: Sync live ebuild
Package-Manager: portage-2.2.28
-rw-r--r--app-crypt/acme/acme-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index a527e0fe1781..4d1249657b7e 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.ebuild
@@ -6,20 +6,20 @@ EAPI=5
PYTHON_COMPAT=(python{2_7,3_4,3_5})
if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
+ EGIT_REPO_URI="https://github.com/certbot/certbot.git"
inherit git-r3
KEYWORDS=""
S=${WORKDIR}/${P}/${PN}
else
- SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
- KEYWORDS="~amd64"
- S=${WORKDIR}/letsencrypt-${PV}/acme
+ SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
+ KEYWORDS="~amd64 ~arm"
+ S=${WORKDIR}/certbot-${PV}/acme
fi
inherit distutils-r1
DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
LICENSE="Apache-2.0"
SLOT="0"