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 3D5B8158089 for ; Sat, 11 Nov 2023 20:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F81E2BC042; Sat, 11 Nov 2023 20:17:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4AF012BC042 for ; Sat, 11 Nov 2023 20:17:07 +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 2194E335DB6 for ; Sat, 11 Nov 2023 20:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1D801373 for ; Sat, 11 Nov 2023 20:17:03 +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: <1699733738.4d55ef21659db6f9fa913a504777ff3230d64a22.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/texworks/texworks-0.6.8.ebuild X-VCS-Directories: app-editors/texworks/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4d55ef21659db6f9fa913a504777ff3230d64a22 X-VCS-Branch: master Date: Sat, 11 Nov 2023 20:17:03 +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: 638edb7c-3201-4694-9054-0a463b7ae9e7 X-Archives-Hash: e0dd301db9ee348d86cdd14126975d04 commit: 4d55ef21659db6f9fa913a504777ff3230d64a22 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 11 20:15:38 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 11 20:15:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d55ef21 app-editors/texworks: Stabilize 0.6.8 x86, #915783 Signed-off-by: Arthur Zamarin gentoo.org> app-editors/texworks/texworks-0.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/texworks/texworks-0.6.8.ebuild b/app-editors/texworks/texworks-0.6.8.ebuild index 8992750a1081..65ac3d6842d0 100644 --- a/app-editors/texworks/texworks-0.6.8.ebuild +++ b/app-editors/texworks/texworks-0.6.8.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-release-${PV} LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" IUSE="lua python test" RESTRICT="!test? ( test )"