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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98506158087 for ; Fri, 31 Dec 2021 01:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0FD32BC002; Fri, 31 Dec 2021 01:15:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EFD9E070D for ; Fri, 31 Dec 2021 01:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9E2F342D92 for ; Fri, 31 Dec 2021 01:15:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5388F219 for ; Fri, 31 Dec 2021 01:15:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1640912427.012d1a93bfec4d944fed097748a1330c6127aaa1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyotherside/pyotherside-1.5.9.ebuild X-VCS-Directories: dev-python/pyotherside/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 012d1a93bfec4d944fed097748a1330c6127aaa1 X-VCS-Branch: master Date: Fri, 31 Dec 2021 01:15:14 +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: 8464405a-2d21-4a71-85bf-a0284b5ad31a X-Archives-Hash: a4e79c4b7aca74bcb9f979f70ad471ed commit: 012d1a93bfec4d944fed097748a1330c6127aaa1 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Dec 31 00:41:10 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Dec 31 01:00:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012d1a93 dev-python/pyotherside: keyword 1.5.9 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/pyotherside/pyotherside-1.5.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyotherside/pyotherside-1.5.9.ebuild b/dev-python/pyotherside/pyotherside-1.5.9.ebuild index e2762981c50f..8c01e30377f8 100644 --- a/dev-python/pyotherside/pyotherside-1.5.9.ebuild +++ b/dev-python/pyotherside/pyotherside-1.5.9.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="~amd64 ~ppc64 ~riscv" REQUIRED_USE=${PYTHON_REQUIRED_USE} # Requires active X display RESTRICT="test"