From 5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Thu, 10 Dec 2015 17:31:27 +0800 Subject: [PATCH] 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 4012ab743b769..3c17ab25be158 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 373244c2322a3..bdc4c1c061804 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 d29d767f5229d..7e938932b6421 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 }