From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 251D8139085 for ; Sat, 21 Jan 2017 18:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2325EE0CFB; Sat, 21 Jan 2017 18:07:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01829E0CFB for ; Sat, 21 Jan 2017 18:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B1B7340C9F for ; Sat, 21 Jan 2017 18:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 689152B96 for ; Sat, 21 Jan 2017 18:07:09 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1485021925.c00ce3c9791d70b4bec244c973c4f1ca22ea4a51.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/celery/celery-3.1.24-r1.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c00ce3c9791d70b4bec244c973c4f1ca22ea4a51 X-VCS-Branch: master Date: Sat, 21 Jan 2017 18:07:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc2ad185-9e8d-4474-8242-f29ec78c4d6b X-Archives-Hash: 2b800f67a5e695f6731784a0a123bdae commit: c00ce3c9791d70b4bec244c973c4f1ca22ea4a51 Author: Zac Medico gentoo org> AuthorDate: Sat Jan 21 18:01:53 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jan 21 18:05:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00ce3c9 dev-python/celery: adjust kombu dep Bug: https://bugs.gentoo.org/602212 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/celery/celery-3.1.24-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/celery/celery-3.1.24-r1.ebuild b/dev-python/celery/celery-3.1.24-r1.ebuild index b8f14a5..c274d1b 100644 --- a/dev-python/celery/celery-3.1.24-r1.ebuild +++ b/dev-python/celery/celery-3.1.24-r1.ebuild @@ -21,7 +21,7 @@ IUSE="doc examples redis sqs test yaml zeromq" RDEPEND=" =dev-python/kombu-3.0.33[${PYTHON_USEDEP}] + >=dev-python/kombu-3.0.36[${PYTHON_USEDEP}] >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] >=dev-python/billiard-3.3.0.23[${PYTHON_USEDEP}]