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/letsencrypt-apache/
Date: Mon, 25 Apr 2016 21:58:42
Message-Id: 1461621498.5175a8405f25baa653ea8307ea8cb57a8e08baaa.mrueg@gentoo
1 commit: 5175a8405f25baa653ea8307ea8cb57a8e08baaa
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 21:58:06 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 21:58:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5175a840
7
8 app-crypt/letsencrypt-apache: Fix test call
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
16 index dcd0d07..adbfe9e 100644
17 --- a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
18 +++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
19 @@ -27,8 +27,8 @@ DEPEND="test? ( ${RDEPEND}
20 dev-python/nose[${PYTHON_USEDEP}] )
21 dev-python/setuptools[${PYTHON_USEDEP}]"
22
23 -S=${WORKDIR}/${P}/${PN}
24 +S=${WORKDIR}/${P}/certbot-apache
25
26 python_test() {
27 - nosetests -w ${PN/-/_}/tests || die
28 + nosetests || die
29 }