commit: ff1b8c5e939826a525c25cb57ff415d7ad74c46a Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Apr 15 20:40:42 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Apr 15 20:41:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1b8c5e
app-crypt/certbot-nginx: Sync live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 ++-- 1 file 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 fe49c38ec9c..d40ce3c9bee 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}"