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 40F8A1396D0 for ; Sat, 30 Sep 2017 00:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 570C5E0D39; Sat, 30 Sep 2017 00:31:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 22616E0D39 for ; Sat, 30 Sep 2017 00:31:52 +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 1EFF63417E6 for ; Sat, 30 Sep 2017 00:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 823FE90A0 for ; Sat, 30 Sep 2017 00:31:48 +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: <1506731460.33c78045aa6a1e3a88a1b2d1f4f11e500ad37797.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/recommonmark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/recommonmark/recommonmark-0.4.0.ebuild X-VCS-Directories: dev-python/recommonmark/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 33c78045aa6a1e3a88a1b2d1f4f11e500ad37797 X-VCS-Branch: master Date: Sat, 30 Sep 2017 00:31:48 +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: 6f3486e1-acdb-4148-8506-0c64d835bff9 X-Archives-Hash: 724ef1da111462dd8ec1c68b8b54b73c commit: 33c78045aa6a1e3a88a1b2d1f4f11e500ad37797 Author: Matthew Thode gentoo org> AuthorDate: Sat Sep 30 00:29:22 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Sep 30 00:31:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c78045 dev-python/recommonmark: x86 stable under allarches for docker-py Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/recommonmark/recommonmark-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/recommonmark/recommonmark-0.4.0.ebuild b/dev-python/recommonmark/recommonmark-0.4.0.ebuild index e06031a1849..999927bcac1 100644 --- a/dev-python/recommonmark/recommonmark-0.4.0.ebuild +++ b/dev-python/recommonmark/recommonmark-0.4.0.ebuild @@ -13,7 +13,7 @@ LICENSE="MIT" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] <=dev-python/CommonMark-0.5.4[${PYTHON_USEDEP}]