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 7F13F138350 for ; Mon, 9 Mar 2020 14:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC759E094B; Mon, 9 Mar 2020 14:15:33 +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 90DA4E094B for ; Mon, 9 Mar 2020 14:15:33 +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 7A41034F314 for ; Mon, 9 Mar 2020 14:15:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10B37162 for ; Mon, 9 Mar 2020 14:15: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: <1583763223.79b937dc5880b4c1d3db8ee8925bc4aad4080f98.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgconfig/pkgconfig-1.4.0.ebuild X-VCS-Directories: dev-python/pkgconfig/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 79b937dc5880b4c1d3db8ee8925bc4aad4080f98 X-VCS-Branch: master Date: Mon, 9 Mar 2020 14:15: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: faf816cb-fb89-4f4d-b7d7-cbe9ed2fe9f4 X-Archives-Hash: 599b5d91c9e69bbcc5d14413d7f68840 commit: 79b937dc5880b4c1d3db8ee8925bc4aad4080f98 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Mar 9 14:13:43 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Mar 9 14:13:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b937dc dev-python/pkgconfig: x86 stable (bug #711952) Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/pkgconfig/pkgconfig-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pkgconfig/pkgconfig-1.4.0.ebuild b/dev-python/pkgconfig/pkgconfig-1.4.0.ebuild index 7efac550a2f..5009015e4ee 100644 --- a/dev-python/pkgconfig/pkgconfig-1.4.0.ebuild +++ b/dev-python/pkgconfig/pkgconfig-1.4.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"