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 650D2158020 for ; Tue, 1 Nov 2022 06:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9651FE0A8C; Tue, 1 Nov 2022 06:17:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8231BE0A8C for ; Tue, 1 Nov 2022 06:17:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6A164341144 for ; Tue, 1 Nov 2022 06:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA014617 for ; Tue, 1 Nov 2022 06:17:35 +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: <1667283432.e12c0451e0ea0666803ca2fcf4db360c895d6c51.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenvwrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r2.ebuild X-VCS-Directories: dev-python/virtualenvwrapper/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e12c0451e0ea0666803ca2fcf4db360c895d6c51 X-VCS-Branch: master Date: Tue, 1 Nov 2022 06:17:35 +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: 10ec1e00-45b1-4e13-8906-20a358a8588c X-Archives-Hash: 4418bc0dc6fad879011106ae3cf9e293 commit: e12c0451e0ea0666803ca2fcf4db360c895d6c51 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Nov 1 06:17:12 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Nov 1 06:17:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12c0451 dev-python/virtualenvwrapper: keyword 4.8.4-r2 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r2.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r2.ebuild index 13f088a96ea5..6a17821aa06a 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r2.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" # testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass RESTRICT=test