dev-python/kombu: add missed "#" in comment in src_prepare()
authorIan Delaney <idella4@gentoo.org>
Thu, 10 Dec 2015 09:31:27 +0000 (17:31 +0800)
committerIan Delaney <idella4@gentoo.org>
Fri, 11 Dec 2015 06:34:25 +0000 (14:34 +0800)
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
dev-python/kombu/kombu-3.0.29.ebuild
dev-python/kombu/kombu-3.0.30.ebuild

index 4012ab743b769ed4232b5d79c5bd48980b5a44e7..3c17ab25be1584fc97609dc7ac585532d201ace1 100644 (file)
@@ -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
 }
index 373244c2322a31361851dfa46e8f1b5b32cb25da..bdc4c1c0618048f8e916b3f54cb33a46f41dc3b4 100644 (file)
@@ -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
 }
index d29d767f5229dba017adbc44a16fdc5a13a2cc85..7e938932b64218fea3eb56054b69134771b28e8b 100644 (file)
@@ -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
 }