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 45EC3158094 for ; Mon, 11 Jul 2022 03:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B632E0960; Mon, 11 Jul 2022 03:36:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 611A9E0960 for ; Mon, 11 Jul 2022 03:36:09 +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 7D982340FAC for ; Mon, 11 Jul 2022 03:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D805C52B for ; Mon, 11 Jul 2022 03:36:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657510548.08e0614804a8fdd24c86686281d33bd274d90dc3.sam@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.7.ebuild X-VCS-Directories: app-editors/texworks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08e0614804a8fdd24c86686281d33bd274d90dc3 X-VCS-Branch: master Date: Mon, 11 Jul 2022 03:36: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: 1103f87d-9716-4198-8ed5-1df840b5b3bf X-Archives-Hash: 01dc8125ca423857b049b9b594d3b31a commit: 08e0614804a8fdd24c86686281d33bd274d90dc3 Author: Sam James gentoo org> AuthorDate: Mon Jul 11 03:35:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 11 03:35:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e06148 app-editors/texworks: Stabilize 0.6.7 x86, #857543 Signed-off-by: Sam James gentoo.org> app-editors/texworks/texworks-0.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/texworks/texworks-0.6.7.ebuild b/app-editors/texworks/texworks-0.6.7.ebuild index 237789b21279..09d49dd99a5a 100644 --- a/app-editors/texworks/texworks-0.6.7.ebuild +++ b/app-editors/texworks/texworks-0.6.7.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" RESTRICT="!test? ( test )"