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 4FA80138334 for ; Fri, 8 Jun 2018 09:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4239AE07B2; Fri, 8 Jun 2018 09:18:08 +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 18CBEE07B2 for ; Fri, 8 Jun 2018 09:18:08 +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 16E15335CB4 for ; Fri, 8 Jun 2018 09:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1ADA75 for ; Fri, 8 Jun 2018 09:18:04 +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: <1528449472.817e2fe18d0562b6330c835c0867dc9599acfc08.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zstandard/zstandard-0.8.1.ebuild X-VCS-Directories: dev-python/zstandard/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 817e2fe18d0562b6330c835c0867dc9599acfc08 X-VCS-Branch: master Date: Fri, 8 Jun 2018 09:18:04 +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: 55900ffd-63e8-4dee-b39a-348661e704d8 X-Archives-Hash: f4b073d09924daf04b7f1028aca3eb26 commit: 817e2fe18d0562b6330c835c0867dc9599acfc08 Author: Fabian Groffen gentoo org> AuthorDate: Fri Jun 8 09:17:52 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Jun 8 09:17:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817e2fe1 dev-python/zstandard: marked ~{amd64,x86}-linux Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/zstandard/zstandard-0.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/zstandard/zstandard-0.8.1.ebuild b/dev-python/zstandard/zstandard-0.8.1.ebuild index 990981569c5..1ec08922ecf 100644 --- a/dev-python/zstandard/zstandard-0.8.1.ebuild +++ b/dev-python/zstandard/zstandard-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux" RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]