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 A2005158011 for ; Mon, 10 Jan 2022 20:05:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A740A2BC02B; Mon, 10 Jan 2022 20:05:51 +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 8A7562BC02A for ; Mon, 10 Jan 2022 20:05:51 +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 6B2F7343124 for ; Mon, 10 Jan 2022 20:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22F3B291 for ; Mon, 10 Jan 2022 20:05:49 +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: <1641845138.eb6ec7001a3899a1c52cba72d90e6cad416c8fb9.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild X-VCS-Directories: dev-python/sphinx-notfound-page/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: eb6ec7001a3899a1c52cba72d90e6cad416c8fb9 X-VCS-Branch: master Date: Mon, 10 Jan 2022 20:05:49 +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: 9cf3c91e-a0a0-4a95-a582-d047dda9752b X-Archives-Hash: 361e17efdef680f4e6cc5428bbb3732e commit: eb6ec7001a3899a1c52cba72d90e6cad416c8fb9 Author: Jakov Smolić gentoo org> AuthorDate: Mon Jan 10 20:04:51 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Jan 10 20:05:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6ec700 dev-python/sphinx-notfound-page: Stabilize 0.8 ALLARCHES, #830953 Signed-off-by: Jakov Smolić gentoo.org> dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild index 29b071af32ec..7476ce266d1e 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"