summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-12-10 17:31:27 +0800
committerIan Delaney <idella4@gentoo.org>2015-12-11 14:34:25 +0800
commit5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499 (patch)
tree75599a31b62fdd4acbc5f98bdc62f2765aed5573 /dev-python/kombu/kombu-3.0.26.ebuild
parentdev-ruby/sass: add 3.4.20 (diff)
downloadgentoo-5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499.tar.gz
gentoo-5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499.tar.bz2
gentoo-5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499.zip
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
Diffstat (limited to 'dev-python/kombu/kombu-3.0.26.ebuild')
-rw-r--r--dev-python/kombu/kombu-3.0.26.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/kombu/kombu-3.0.26.ebuild b/dev-python/kombu/kombu-3.0.26.ebuild
index 4012ab743b76..3c17ab25be15 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
}