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 6374213835B for ; Mon, 31 Aug 2020 21:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3D0AE077A; Mon, 31 Aug 2020 21:25:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8DA13E077A for ; Mon, 31 Aug 2020 21:25:32 +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 EDFF9340E6C for ; Mon, 31 Aug 2020 21:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96818324 for ; Mon, 31 Aug 2020 21:25:29 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1598909124.fd2aee5aed9ddb89878de3d795c1e068e6030acd.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filetype/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/filetype/filetype-1.0.7.ebuild X-VCS-Directories: dev-python/filetype/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fd2aee5aed9ddb89878de3d795c1e068e6030acd X-VCS-Branch: master Date: Mon, 31 Aug 2020 21:25:29 +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: d5832b63-ab2e-4c8c-8354-3072501ef87b X-Archives-Hash: 20990b53ecb193631918e92a639e1ded commit: fd2aee5aed9ddb89878de3d795c1e068e6030acd Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 31 21:24:11 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 31 21:25:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2aee5a dev-python/filetype: x86 keyworded (bug #736519) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/filetype/filetype-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/filetype/filetype-1.0.7.ebuild b/dev-python/filetype/filetype-1.0.7.ebuild index b3e4ca6e2a2..efe38c69fbf 100644 --- a/dev-python/filetype/filetype-1.0.7.ebuild +++ b/dev-python/filetype/filetype-1.0.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86" PATCHES=( "${FILESDIR}/${P}-examples.patch" )