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 B1D8D138335 for ; Wed, 20 Mar 2019 10:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B68BE0929; Wed, 20 Mar 2019 10:31:18 +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 55017E0922 for ; Wed, 20 Mar 2019 10:31:18 +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 6EB26335D19 for ; Wed, 20 Mar 2019 10:31:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80DEF57C for ; Wed, 20 Mar 2019 10:31:14 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1553077754.98105773f1904565972af9c320b29a3d2fa5e545.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyhamcrest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild X-VCS-Directories: dev-python/pyhamcrest/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 98105773f1904565972af9c320b29a3d2fa5e545 X-VCS-Branch: master Date: Wed, 20 Mar 2019 10:31:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb252738-0d1c-42fb-bdac-e4eeda95fbcd X-Archives-Hash: 7aa9b26e27465991855f8f297abb265d commit: 98105773f1904565972af9c320b29a3d2fa5e545 Author: Fabian Groffen gentoo org> AuthorDate: Wed Mar 20 10:29:14 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Mar 20 10:29:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98105773 dev-python/pyhamcrest: marked ~amd64-linux Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 8364afe1d5e..c87d6490028 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~sh ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux" IUSE="doc examples test" RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"