summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-18 09:39:34 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-18 09:40:24 +0200
commit4eb78f3575e018aa21ea79c8589d5575c30e48d8 (patch)
treed2f1f0f55e5ef9bd36a9a02e48ef598aae556d9a
parentapp-text/yodl: remove old (diff)
downloadgentoo-4eb78f35.tar.gz
gentoo-4eb78f35.tar.bz2
gentoo-4eb78f35.zip
app-admin/ansible: remove PATCHES array.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--app-admin/ansible/ansible-2.3.2.0-r2.ebuild2
-rw-r--r--app-admin/ansible/ansible-2.4.0.0.ebuild3
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
}