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 E3FFB138334 for ; Thu, 18 Oct 2018 04:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15275E088D; Thu, 18 Oct 2018 04:32:57 +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 E4FB8E088D for ; Thu, 18 Oct 2018 04:32:56 +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 B1334335CE7 for ; Thu, 18 Oct 2018 04:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 637E8446 for ; Thu, 18 Oct 2018 04:32:52 +0000 (UTC) From: "Matt Turner" 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 Turner" Message-ID: <1539837163.b8d7960c29fb30e6058fb63367b7c9aaa251f31f.mattst88@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.5.0_pre20180907.ebuild X-VCS-Directories: dev-python/recommonmark/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b8d7960c29fb30e6058fb63367b7c9aaa251f31f X-VCS-Branch: master Date: Thu, 18 Oct 2018 04:32:52 +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: 3e1cf4b3-dad9-49d0-9246-4220f2d755b7 X-Archives-Hash: 3a9b562ed6449c06a3e5f37a2c2d1c91 commit: b8d7960c29fb30e6058fb63367b7c9aaa251f31f Author: Matt Turner gentoo org> AuthorDate: Thu Oct 18 04:32:43 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 18 04:32:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d7960c dev-python/recommonmark-0.5.0_pre20180907: added ~ppc64, bug 668764 Signed-off-by: Matt Turner gentoo.org> dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild b/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild index 676752fd987..3554a491a09 100644 --- a/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild +++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/rtfd/recommonmark/archive/${EGIT_COMMIT}.tar.gz -> $ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"