Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/
Date: Sat, 15 Apr 2017 20:41:34
Message-Id: 1492288872.ff1b8c5e939826a525c25cb57ff415d7ad74c46a.mrueg@gentoo
1 commit: ff1b8c5e939826a525c25cb57ff415d7ad74c46a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 15 20:40:42 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 15 20:41:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1b8c5e
7
8 app-crypt/certbot-nginx: Sync live ebuild
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
16 index fe49c38ec9c..d40ce3c9bee 100644
17 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
18 +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
20 inherit git-r3
21 S=${WORKDIR}/${P}/${PN}
22 else
23 - SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-ngin}-${PV}.tar.gz"
24 + SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
25 KEYWORDS="~amd64"
26 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
27 fi
28 @@ -29,6 +29,6 @@ RDEPEND="${CDEPEND}
29 ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
30 dev-python/mock[${PYTHON_USEDEP}]
31 dev-python/pyopenssl[${PYTHON_USEDEP}]
32 - dev-python/pyparsing[${PYTHON_USEDEP}]
33 + >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
34 dev-python/zope-interface[${PYTHON_USEDEP}]"
35 DEPEND="${CDEPEND}"