app-admin/ansible: remove PATCHES array.
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 18 Oct 2017 07:39:34 +0000 (09:39 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 18 Oct 2017 07:40:24 +0000 (09:40 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

app-admin/ansible/ansible-2.3.2.0-r2.ebuild
app-admin/ansible/ansible-2.4.0.0.ebuild

index aff0f1b8ef36309ce85284b210a515f19fd33407..dce26e1069da74605ad25f4aa1a9bab174c17e75 100644 (file)
@@ -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
index b23d3fefd4a2bf41c71e623182a9c20d9802a506..546c17afaf98645180c7e27e8a8c075b74ebc4f1 100644 (file)
@@ -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
 }