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 2767D158089 for ; Sun, 1 Oct 2023 18:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 714AB2BC148; Sun, 1 Oct 2023 18:19:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5B2512BC148 for ; Sun, 1 Oct 2023 18:19:46 +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 8762C335C67 for ; Sun, 1 Oct 2023 18:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C33921 for ; Sun, 1 Oct 2023 18:19:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1696184335.1662d7792e1838eb80b9db72380175dadc3a838c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild X-VCS-Directories: app-accessibility/sphinx2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1662d7792e1838eb80b9db72380175dadc3a838c X-VCS-Branch: master Date: Sun, 1 Oct 2023 18:19: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: a7dfd587-5d40-48e1-8f5f-4e54b01c5705 X-Archives-Hash: b6aae03b04cf2b9e1a1d3c7f90fa0f36 commit: 1662d7792e1838eb80b9db72380175dadc3a838c Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 1 18:18:55 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 1 18:18:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1662d779 app-accessibility/sphinx2: Stabilize 0.6-r1 amd64, #914844 Signed-off-by: Arthur Zamarin gentoo.org> app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild index fa5b70bb70c6..186b03706150 100644 --- a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild +++ b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" DOCS=( AUTHORS ChangeLog README NEWS doc/{README.{bin,lib},SCHMM_format,filler.dict,phoneset{,-old}} )