From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1097199-garchives=archives.gentoo.org@lists.gentoo.org> 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 63EE2138334 for <garchives@archives.gentoo.org>; Tue, 25 Jun 2019 12:09:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D1FE08C3; Tue, 25 Jun 2019 12:09:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7ABA5E08BD for <gentoo-commits@lists.gentoo.org>; Tue, 25 Jun 2019 12:09:13 +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 11E82346A18 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Jun 2019 12:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01E59699 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Jun 2019 12:09:09 +0000 (UTC) From: "Michael Haubenwallner" <haubi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" <haubi@gentoo.org> Message-ID: <1561464522.2b51a6bb6a81dc5d5dfad7445217ea9f9ab22abc.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytrie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytrie/pytrie-0.3.1.ebuild X-VCS-Directories: dev-python/pytrie/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 2b51a6bb6a81dc5d5dfad7445217ea9f9ab22abc X-VCS-Branch: master Date: Tue, 25 Jun 2019 12:09:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47421b1b-63d6-4487-a24b-2c4c6ac3fe49 X-Archives-Hash: d28ef5b0dda14f0ed99c30ffa60f088b commit: 2b51a6bb6a81dc5d5dfad7445217ea9f9ab22abc Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Tue Jun 25 11:54:06 2019 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Tue Jun 25 12:08:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b51a6bb dev-python/pytrie: add ~x86-linux keyword Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org> dev-python/pytrie/pytrie-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild b/dev-python/pytrie/pytrie-0.3.1.ebuild index 3d33a7e6dbc..15cdea2a11c 100644 --- a/dev-python/pytrie/pytrie-0.3.1.ebuild +++ b/dev-python/pytrie/pytrie-0.3.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"