diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-10 17:31:27 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-11 14:34:25 +0800 |
commit | 5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499 (patch) | |
tree | 75599a31b62fdd4acbc5f98bdc62f2765aed5573 /dev-python/kombu | |
parent | dev-ruby/sass: add 3.4.20 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/kombu/kombu-3.0.26.ebuild | 2 | ||||
-rw-r--r-- | dev-python/kombu/kombu-3.0.29.ebuild | 2 | ||||
-rw-r--r-- | 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 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 } diff --git a/dev-python/kombu/kombu-3.0.29.ebuild b/dev-python/kombu/kombu-3.0.29.ebuild index 373244c2322a..bdc4c1c06180 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 d29d767f5229..7e938932b642 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 } |