Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-nginx/
Date: Mon, 25 Apr 2016 22:01:30
Message-Id: 1461621672.24875edbe7202dd20af5051c598f4f239be8f31d.mrueg@gentoo
1 commit: 24875edbe7202dd20af5051c598f4f239be8f31d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 22:01:12 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 22:01:12 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=24875edb
7
8 app-crypt/letsencrypt-nginx: Fix test call
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
16 index 19dd136..da428c7 100644
17 --- a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
18 +++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -26,8 +26,8 @@ DEPEND="test? ( ${RDEPEND}
26 dev-python/nose[${PYTHON_USEDEP}] )
27 dev-python/setuptools[${PYTHON_USEDEP}]"
28
29 -S=${WORKDIR}/${P}/${PN}
30 +S=${WORKDIR}/${P}/certbot-nginx
31
32 python_test() {
33 - nosetests -w ${PN/-/_}/tests || die
34 + nosetests || die
35 }