summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-04-15 22:40:42 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-04-15 22:41:12 +0200
commitff1b8c5e939826a525c25cb57ff415d7ad74c46a (patch)
tree00cccc213be85f72f35c4c538fc88383d82e164f /app-crypt/certbot-nginx
parentapp-crypt/certbot-nginx: Version bump to 0.13.0 (diff)
downloadgentoo-ff1b8c5e939826a525c25cb57ff415d7ad74c46a.tar.gz
gentoo-ff1b8c5e939826a525c25cb57ff415d7ad74c46a.tar.bz2
gentoo-ff1b8c5e939826a525c25cb57ff415d7ad74c46a.zip
app-crypt/certbot-nginx: Sync live ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-crypt/certbot-nginx')
-rw-r--r--app-crypt/certbot-nginx/certbot-nginx-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
index fe49c38ec9ce..d40ce3c9bee7 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
S=${WORKDIR}/${P}/${PN}
else
- SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-ngin}-${PV}.tar.gz"
+ SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
KEYWORDS="~amd64"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
fi
@@ -29,6 +29,6 @@ RDEPEND="${CDEPEND}
~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}"