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 97A59138334 for ; Sun, 11 Nov 2018 13:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2827AE0DF0; Sun, 11 Nov 2018 13:08:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02522E0DF0 for ; Sun, 11 Nov 2018 13:08:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE5AC335D0D for ; Sun, 11 Nov 2018 13:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD5CF46C for ; Sun, 11 Nov 2018 13:07:57 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1541941647.62a884945ed13bf8b6b166bae7ea33b0d2456439.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/celery/celery-4.1.0.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 62a884945ed13bf8b6b166bae7ea33b0d2456439 X-VCS-Branch: master Date: Sun, 11 Nov 2018 13:07:57 +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: 479bf6bf-1d38-45e4-a394-68268904c402 X-Archives-Hash: d16e1a6f7715268cb1c0634e4be537e9 commit: 62a884945ed13bf8b6b166bae7ea33b0d2456439 Author: Pacho Ramos gentoo org> AuthorDate: Sun Nov 11 12:46:59 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Nov 11 13:07:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a88494 dev-python/celery: couchdb will be removed Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/celery/celery-4.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/celery/celery-4.1.0.ebuild b/dev-python/celery/celery-4.1.0.ebuild index 62a6904ff53..aef09cc0fe2 100644 --- a/dev-python/celery/celery-4.1.0.ebuild +++ b/dev-python/celery/celery-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -95,7 +95,6 @@ pkg_postinst() { optfeature "eventlet support" dev-python/eventlet #optfeature "couchbase support" dev-python/couchbase optfeature "redis support" dev-db/redis dev-python/redis-py - optfeature "couchdb support" dev-db/couchdb dev-python/couchdb-python optfeature "gevent support" dev-python/gevent optfeature "auth support" dev-python/pyopenssl optfeature "pyro support" dev-python/pyro:4