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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C823115802F for ; Fri, 10 Mar 2023 18:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08CE9E077A; Fri, 10 Mar 2023 18:34:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BFF3FE077A for ; Fri, 10 Mar 2023 18:34:32 +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 46CE1340BBD for ; Fri, 10 Mar 2023 18:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92E878D4 for ; Fri, 10 Mar 2023 18:34:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1678473261.d8256ee5f9495e4543768d305728771eddd7cc91.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cvise/cvise-2.7.0.ebuild X-VCS-Directories: dev-util/cvise/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d8256ee5f9495e4543768d305728771eddd7cc91 X-VCS-Branch: master Date: Fri, 10 Mar 2023 18:34: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: 33bd47fd-c6a5-4b4b-b612-e7d834bdd7d7 X-Archives-Hash: 9f814d366b635fb379d79e74f7bda572 commit: d8256ee5f9495e4543768d305728771eddd7cc91 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Mar 10 18:34:21 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 10 18:34:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8256ee5 dev-util/cvise: Keyword 2.7.0 ppc64, #900701 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/cvise/cvise-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cvise/cvise-2.7.0.ebuild b/dev-util/cvise/cvise-2.7.0.ebuild index 539328df0751..a432c67a8e92 100644 --- a/dev-util/cvise/cvise-2.7.0.ebuild +++ b/dev-util/cvise/cvise-2.7.0.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE=${PYTHON_REQUIRED_USE}