From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E221A138BED for ; Sat, 10 Oct 2015 08:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1209CE07FE; Sat, 10 Oct 2015 08:54:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3BD2E07FE for ; Sat, 10 Oct 2015 08:54:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C75FF33BF11 for ; Sat, 10 Oct 2015 08:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3895B9 for ; Sat, 10 Oct 2015 08:54:43 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1444467268.26bb6ee4278a3a6d526aaff102aa3ed656220307.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mistune/mistune-0.5.1.ebuild X-VCS-Directories: dev-python/mistune/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 26bb6ee4278a3a6d526aaff102aa3ed656220307 X-VCS-Branch: master Date: Sat, 10 Oct 2015 08:54:43 +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: 9ce67938-8989-430f-8182-730ad869111f X-Archives-Hash: 01fac17da5b0f8b2dc700dd50f6cb5cf commit: 26bb6ee4278a3a6d526aaff102aa3ed656220307 Author: Markus Meier gentoo org> AuthorDate: Sat Oct 10 08:54:28 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Oct 10 08:54:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bb6ee4 dev-python/mistune: arm stable, bug #554868 Package-Manager: portage-2.2.22 RepoMan-Options: --include-arches="arm" dev-python/mistune/mistune-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mistune/mistune-0.5.1.ebuild b/dev-python/mistune/mistune-0.5.1.ebuild index 972db3e..842e4c9 100644 --- a/dev-python/mistune/mistune-0.5.1.ebuild +++ b/dev-python/mistune/mistune-0.5.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=""