commit:     5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 09:31:27 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 06:34:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5d7f1a

dev-python/kombu: add missed "#" in comment in src_prepare()

applied to vns. 3.0.24, 3.0.26, 3.0.29, 3.0.30, noted by mgorny
while updating ebuilds re issues of eclass

Package-Manager: portage-2.2.24

 dev-python/kombu/kombu-3.0.26.ebuild | 2 +-
 dev-python/kombu/kombu-3.0.29.ebuild | 2 +-
 dev-python/kombu/kombu-3.0.30.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/kombu/kombu-3.0.26.ebuild 
b/dev-python/kombu/kombu-3.0.26.ebuild
index 4012ab7..3c17ab2 100644
--- a/dev-python/kombu/kombu-3.0.26.ebuild
+++ b/dev-python/kombu/kombu-3.0.26.ebuild
@@ -61,7 +61,7 @@ PATCHES=( "${FILESDIR}"/${PN}-NA-tests-fix.patch \
                "${FILESDIR}"/${P}-pymongo-test-fix.patch )
 
 python_prepare_all() {
-       https://github.com/celery/kombu/issues/246
+       # https://github.com/celery/kombu/issues/246
        sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
        distutils-r1_python_prepare_all
 }

diff --git a/dev-python/kombu/kombu-3.0.29.ebuild 
b/dev-python/kombu/kombu-3.0.29.ebuild
index 373244c..bdc4c1c 100644
--- a/dev-python/kombu/kombu-3.0.29.ebuild
+++ b/dev-python/kombu/kombu-3.0.29.ebuild
@@ -66,7 +66,7 @@ PATCHES=(
        )
 
 python_prepare_all() {
-       https://github.com/celery/kombu/issues/246
+       # https://github.com/celery/kombu/issues/246
        sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
        distutils-r1_python_prepare_all
 }

diff --git a/dev-python/kombu/kombu-3.0.30.ebuild 
b/dev-python/kombu/kombu-3.0.30.ebuild
index d29d767..7e93893 100644
--- a/dev-python/kombu/kombu-3.0.30.ebuild
+++ b/dev-python/kombu/kombu-3.0.30.ebuild
@@ -70,7 +70,7 @@ pkg_setup() {
 }
 
 python_prepare_all() {
-       https://github.com/celery/kombu/issues/246
+       # https://github.com/celery/kombu/issues/246
        sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
        distutils-r1_python_prepare_all
 }

Reply via email to