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 74122158094 for ; Sun, 31 Jul 2022 16:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E513AE0F45; Sun, 31 Jul 2022 16:08:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FD65E0F45 for ; Sun, 31 Jul 2022 16:08: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5A95340E6B for ; Sun, 31 Jul 2022 16:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D96256C for ; Sun, 31 Jul 2022 16:08:35 +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: <1659283721.ac6f602cf1382a6af567742da89629987006c77a.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: ac6f602cf1382a6af567742da89629987006c77a X-VCS-Branch: master Date: Sun, 31 Jul 2022 16:08: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: 33fc3136-8fa7-4d6e-bc6e-dc701660b1a0 X-Archives-Hash: 90001fca4cbbecc0f1e550fe0e87d0ff commit: ac6f602cf1382a6af567742da89629987006c77a Author: Atharva protonmail com> AuthorDate: Sun Jul 31 11:20:39 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jul 31 16:08:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6f602c app-portage/g-octave: ~riscv keywording Signed-off-by: Atharva protonmail.com> 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 d787f7309a5d..a0e4a4e1656f 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 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="doc" BDEPEND="doc? ( >=dev-python/sphinx-1.0 )"