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 359D613835A for ; Tue, 18 May 2021 06:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 486B3E0801; Tue, 18 May 2021 06:29:45 +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 21B16E0801 for ; Tue, 18 May 2021 06:29:45 +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 C7EAA340F3B for ; Tue, 18 May 2021 06:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31CEB78F for ; Tue, 18 May 2021 06:29:42 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1621319375.f0ae0a542d8d26e8349c5424d9cdee3684acedf4.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shiboken2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shiboken2/shiboken2-5.15.1.ebuild X-VCS-Directories: dev-python/shiboken2/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f0ae0a542d8d26e8349c5424d9cdee3684acedf4 X-VCS-Branch: master Date: Tue, 18 May 2021 06:29:42 +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: bd63276b-a510-4f9d-ae77-69d43d976a94 X-Archives-Hash: fff5a649785200c47a2e59255dcee901 commit: f0ae0a542d8d26e8349c5424d9cdee3684acedf4 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue May 18 06:29:35 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue May 18 06:29:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ae0a54 dev-python/shiboken2: x86 stable wrt bug #782481 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/shiboken2/shiboken2-5.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/shiboken2/shiboken2-5.15.1.ebuild b/dev-python/shiboken2/shiboken2-5.15.1.ebuild index a7bf10d4fbf..296f05b0387 100644 --- a/dev-python/shiboken2/shiboken2-5.15.1.ebuild +++ b/dev-python/shiboken2/shiboken2-5.15.1.ebuild @@ -28,7 +28,7 @@ SRC_URI="https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${ # arbitrarily relicensed. (TODO) LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 ) GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" IUSE="+docstrings numpy test vulkan" REQUIRED_USE="${PYTHON_REQUIRED_USE}"