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 A0835138334 for ; Sun, 28 Oct 2018 10:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97EBDE09C1; Sun, 28 Oct 2018 10:19: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 6BF3CE09C1 for ; Sun, 28 Oct 2018 10:19: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 28F24335C8F for ; Sun, 28 Oct 2018 10:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AA8844C for ; Sun, 28 Oct 2018 10:19:52 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1540721985.d38c724c2c33acd9eff721049c638a917d523b59.slyfox@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.8.1.ebuild X-VCS-Directories: dev-python/commonmark/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d38c724c2c33acd9eff721049c638a917d523b59 X-VCS-Branch: master Date: Sun, 28 Oct 2018 10:19: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: e9aea5ca-78a1-46f4-b0d6-3b67f5bc57c2 X-Archives-Hash: d9239eef16d890a8dcc34aa3f70171ff commit: d38c724c2c33acd9eff721049c638a917d523b59 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 28 10:17:20 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 28 10:19:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38c724c dev-python/commonmark: keyworded 0.8.1 for ia64, bug #668764 Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64" dev-python/commonmark/commonmark-0.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/commonmark/commonmark-0.8.1.ebuild b/dev-python/commonmark/commonmark-0.8.1.ebuild index 68e34aca47d..0b4c79bd0b9 100644 --- a/dev-python/commonmark/commonmark-0.8.1.ebuild +++ b/dev-python/commonmark/commonmark-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="