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 5B9001396DA for ; Thu, 2 Nov 2017 04:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA6E82BC0E6; Thu, 2 Nov 2017 04:28:55 +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 84D832BC0E4 for ; Thu, 2 Nov 2017 04:28:54 +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 4680B34179F for ; Thu, 2 Nov 2017 04:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D135791EE for ; Thu, 2 Nov 2017 04:28:51 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1509596890.c90863a08407ca56d7efc6670b696d9afbd4b855.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrfc3339/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyrfc3339/pyrfc3339-1.0.ebuild X-VCS-Directories: dev-python/pyrfc3339/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c90863a08407ca56d7efc6670b696d9afbd4b855 X-VCS-Branch: master Date: Thu, 2 Nov 2017 04:28:51 +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: dbed1d4f-de33-4f96-b6ff-1eee2649e233 X-Archives-Hash: d0eb8b2fb28fcd1ccacc392426ffaf1e commit: c90863a08407ca56d7efc6670b696d9afbd4b855 Author: Matthew Thode gentoo org> AuthorDate: Thu Nov 2 04:17:36 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Nov 2 04:28:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90863a0 dev-python/pyrfc3339: 1.0 stable amd64 and x86 Package-Manager: Portage-2.3.8, Repoman-2.3.4 dev-python/pyrfc3339/pyrfc3339-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild b/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild index 4d1fa1220e4..7ed925e2587 100644 --- a/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild +++ b/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="test" RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"