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 A941215802E for ; Sun, 23 Jun 2024 20:43:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A207BE29EF; Sun, 23 Jun 2024 20:43:54 +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 81446E29EF for ; Sun, 23 Jun 2024 20:43:54 +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 54D9133BEED for ; Sun, 23 Jun 2024 20:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B24B11D23 for ; Sun, 23 Jun 2024 20:43:51 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1719174109.bcffa3bba121ec9f9e1d2c1a4b9a0d3ee17dba0b.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-copybutton/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-copybutton/sphinx-copybutton-0.5.2.ebuild X-VCS-Directories: dev-python/sphinx-copybutton/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: bcffa3bba121ec9f9e1d2c1a4b9a0d3ee17dba0b X-VCS-Branch: master Date: Sun, 23 Jun 2024 20:43:51 +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: 619593e6-e814-4753-8739-d6ad5997f9c3 X-Archives-Hash: 0cafe6c6369f7d7cf40289c518585f5f commit: bcffa3bba121ec9f9e1d2c1a4b9a0d3ee17dba0b Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Jun 23 20:07:49 2024 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Jun 23 20:21:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcffa3bb dev-python/sphinx-copybutton: keyword 0.5.2 for ~riscv Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/sphinx-copybutton/sphinx-copybutton-0.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-copybutton/sphinx-copybutton-0.5.2.ebuild b/dev-python/sphinx-copybutton/sphinx-copybutton-0.5.2.ebuild index 297c59d28f0d..95b715f89cb6 100644 --- a/dev-python/sphinx-copybutton/sphinx-copybutton-0.5.2.ebuild +++ b/dev-python/sphinx-copybutton/sphinx-copybutton-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.org/project/sphinx-copybutton/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" RDEPEND=" >=dev-python/sphinx-6.0[${PYTHON_USEDEP}]