From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1219560-garchives=archives.gentoo.org@lists.gentoo.org> 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 79638138359 for <garchives@archives.gentoo.org>; Wed, 4 Nov 2020 01:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0D8E03EC; Wed, 4 Nov 2020 01:01:08 +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 B38A1E07A7 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Nov 2020 01:01:08 +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 D0FF433BE14 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Nov 2020 01:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FE53F6 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Nov 2020 01:01:06 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1604451642.8eedc87e4b0b834b602120127504900513acec79.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openpyxl/openpyxl-3.0.5.ebuild X-VCS-Directories: dev-python/openpyxl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8eedc87e4b0b834b602120127504900513acec79 X-VCS-Branch: master Date: Wed, 4 Nov 2020 01:01:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d1dbd4d-b5d6-4f4c-a79b-d7f5f613ca75 X-Archives-Hash: c999c4632528820c6e0ce441cfee7f12 commit: 8eedc87e4b0b834b602120127504900513acec79 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 4 01:00:42 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 4 01:00:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eedc87e dev-python/openpyxl: Stabilize 3.0.5 ALLARCHES, #752288 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/openpyxl/openpyxl-3.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openpyxl/openpyxl-3.0.5.ebuild b/dev-python/openpyxl/openpyxl-3.0.5.ebuild index 76ad7c8bc49..3c358800c56 100644 --- a/dev-python/openpyxl/openpyxl-3.0.5.ebuild +++ b/dev-python/openpyxl/openpyxl-3.0.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" dev-python/jdcal[${PYTHON_USEDEP}]