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 06B73138335 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 D1AA2E087E; Thu, 18 Oct 2018 04:32: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 9DA3CE087E for ; Thu, 18 Oct 2018 04:32:55 +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 03A4C335CEC for ; Thu, 18 Oct 2018 04:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F037445 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: <1539837162.3035e4efb09b8a289afd9b8a5ccedc43adefd38f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/CommonMark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/CommonMark/CommonMark-0.7.5.ebuild X-VCS-Directories: dev-python/CommonMark/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3035e4efb09b8a289afd9b8a5ccedc43adefd38f 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: d955a65f-0691-4c60-b296-7e91d88f7d1d X-Archives-Hash: 965699d9cd7787b06883ae7c4635e96c commit: 3035e4efb09b8a289afd9b8a5ccedc43adefd38f Author: Matt Turner gentoo org> AuthorDate: Thu Oct 18 04:32:42 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 18 04:32:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3035e4ef dev-python/CommonMark-0.7.5: added ~ppc64, bug 668764 Signed-off-by: Matt Turner gentoo.org> dev-python/CommonMark/CommonMark-0.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild b/dev-python/CommonMark/CommonMark-0.7.5.ebuild index 07bd39ab831..aea84ad34cb 100644 --- a/dev-python/CommonMark/CommonMark-0.7.5.ebuild +++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild @@ -13,7 +13,7 @@ LICENSE="BSD" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="