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 8C493138334 for ; Sun, 24 Jun 2018 09:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF05E09A6; Sun, 24 Jun 2018 09:40:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46435E09A6 for ; Sun, 24 Jun 2018 09:40:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F2826335CA2 for ; Sun, 24 Jun 2018 09:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13AAB31F for ; Sun, 24 Jun 2018 09:40:02 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1529833184.953ea5026345600cce1bb998dfb3c348082aff14.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 953ea5026345600cce1bb998dfb3c348082aff14 X-VCS-Branch: master Date: Sun, 24 Jun 2018 09:40:02 +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: e4ee46e0-95f9-4f71-a4e0-588b39daf73f X-Archives-Hash: 0b9cc61a54d97f89e9a84da4b13d74e1 commit: 953ea5026345600cce1bb998dfb3c348082aff14 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jun 24 09:30:18 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 24 09:39:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953ea502 dev-python/celery: amd64 stable wrt bug #658884 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/celery/celery-4.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/celery/celery-4.1.0.ebuild b/dev-python/celery/celery-4.1.0.ebuild index ba8b5a3c6b8..6ad15fdc11b 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" # There are a number of other optional 'extras' which overlap with those of kombu, however # there has been no apparent expression of interest or demand by users for them. See requires.txt IUSE="doc examples redis sqs test yaml"