diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-18 09:39:34 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-18 09:40:24 +0200 |
commit | 4eb78f3575e018aa21ea79c8589d5575c30e48d8 (patch) | |
tree | d2f1f0f55e5ef9bd36a9a02e48ef598aae556d9a /app-admin | |
parent | app-text/yodl: remove old (diff) | |
download | gentoo-4eb78f3575e018aa21ea79c8589d5575c30e48d8.tar.gz gentoo-4eb78f3575e018aa21ea79c8589d5575c30e48d8.tar.bz2 gentoo-4eb78f3575e018aa21ea79c8589d5575c30e48d8.zip |
app-admin/ansible: remove PATCHES array.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible/ansible-2.3.2.0-r2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible/ansible-2.4.0.0.ebuild | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/app-admin/ansible/ansible-2.3.2.0-r2.ebuild b/app-admin/ansible/ansible-2.3.2.0-r2.ebuild index aff0f1b8ef36..dce26e1069da 100644 --- a/app-admin/ansible/ansible-2.3.2.0-r2.ebuild +++ b/app-admin/ansible/ansible-2.3.2.0-r2.ebuild @@ -52,7 +52,7 @@ RESTRICT="test" PATCHES=( "${DISTDIR}/${PN}-2.3.2.0-pycryptodome.patch" "${FILESDIR}/${PN}-2.3.2.0-fix_key_error.patch" - ) +) python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die diff --git a/app-admin/ansible/ansible-2.4.0.0.ebuild b/app-admin/ansible/ansible-2.4.0.0.ebuild index b23d3fefd4a2..546c17afaf98 100644 --- a/app-admin/ansible/ansible-2.4.0.0.ebuild +++ b/app-admin/ansible/ansible-2.4.0.0.ebuild @@ -45,9 +45,6 @@ DEPEND=" # not included in release tarball RESTRICT="test" -PATCHES=( - ) - python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die } |