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 C57E0158003 for ; Mon, 8 Aug 2022 19:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A8F4E08EB; Mon, 8 Aug 2022 19:59:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8C99E08EB for ; Mon, 8 Aug 2022 19:59:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 202F534103C for ; Mon, 8 Aug 2022 19:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1052568 for ; Mon, 8 Aug 2022 19:59:44 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1659988791.1683142e85b77e708b45ec55503e66437f50fdd4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-octave/g-octave-0.4.1-r7.ebuild X-VCS-Directories: app-portage/g-octave/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1683142e85b77e708b45ec55503e66437f50fdd4 X-VCS-Branch: master Date: Mon, 8 Aug 2022 19:59:44 +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: b23a505a-40b8-4623-9fce-e0ba0c4d4fce X-Archives-Hash: 1f6af53a4b26f0b1b483ccdbe05e4c56 commit: 1683142e85b77e708b45ec55503e66437f50fdd4 Author: Jakov Smolić gentoo org> AuthorDate: Mon Aug 8 19:52:42 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Aug 8 19:59:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1683142e Revert "app-portage/g-octave: ~riscv keywording" This reverts commit ac6f602cf1382a6af567742da89629987006c77a. It's unclear how this package was tested, revert until it's proven to work on RISC-V. Signed-off-by: Jakov Smolić gentoo.org> app-portage/g-octave/g-octave-0.4.1-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild index a0e4a4e1656f..d787f7309a5d 100644 --- a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild +++ b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/downloads/rafaelmartins/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc" BDEPEND="doc? ( >=dev-python/sphinx-1.0 )"