From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C13971584AD for ; Sat, 12 Apr 2025 22:09:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ADBFB343090 for ; Sat, 12 Apr 2025 22:09:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AAA041102BD; Sat, 12 Apr 2025 22:09:08 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A02D51102BD for ; Sat, 12 Apr 2025 22:09:08 +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 564E5343090 for ; Sat, 12 Apr 2025 22:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3E91BEE for ; Sat, 12 Apr 2025 22:09:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1744495740.2b0c9dc80fc55a9d32575a523c710434ba93a64c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nikola/nikola-8.3.1-r1.ebuild X-VCS-Directories: www-apps/nikola/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2b0c9dc80fc55a9d32575a523c710434ba93a64c X-VCS-Branch: master Date: Sat, 12 Apr 2025 22:09:06 +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: 9841c88b-ad59-46ae-9a5b-1bb89f7cf6bf X-Archives-Hash: 3b0b0f1046d0c7cdb7d39fa0fccf841d commit: 2b0c9dc80fc55a9d32575a523c710434ba93a64c Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 12 22:00:49 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 12 22:09:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0c9dc8 www-apps/nikola: stabilize 8.3.1-r1 for amd64, #953730 Signed-off-by: Ulrich Müller gentoo.org> www-apps/nikola/nikola-8.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/nikola/nikola-8.3.1-r1.ebuild b/www-apps/nikola/nikola-8.3.1-r1.ebuild index d78629dd0c4c..32ea51e3e1e6 100644 --- a/www-apps/nikola/nikola-8.3.1-r1.ebuild +++ b/www-apps/nikola/nikola-8.3.1-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${P^}" LICENSE="MIT Apache-2.0 CC0-1.0 public-domain" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" RESTRICT="test" # needs coveralls BDEPEND=">=dev-python/docutils-0.13[${PYTHON_USEDEP}]" # needs rst2man to build manpage