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 51819158020 for ; Fri, 25 Nov 2022 08:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A8DE0918; Fri, 25 Nov 2022 08:47:54 +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 4C165E0918 for ; Fri, 25 Nov 2022 08:47:54 +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 5F976341206 for ; Fri, 25 Nov 2022 08:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA8A5756 for ; Fri, 25 Nov 2022 08:47:51 +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: <1669366066.6f58634306ff4d5aea55b0e76223085297526728.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/bwidget/bwidget-1.9.15.ebuild X-VCS-Directories: dev-tcltk/bwidget/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6f58634306ff4d5aea55b0e76223085297526728 X-VCS-Branch: master Date: Fri, 25 Nov 2022 08:47:51 +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: 6a171de2-9dae-4809-ac8c-9c2cb2176d58 X-Archives-Hash: f1d84910446936d55b5a131abea611ef commit: 6f58634306ff4d5aea55b0e76223085297526728 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 25 08:47:46 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 25 08:47:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f586343 dev-tcltk/bwidget: Stabilize 1.9.15 sparc, #882557 Signed-off-by: Arthur Zamarin gentoo.org> dev-tcltk/bwidget/bwidget-1.9.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/bwidget/bwidget-1.9.15.ebuild b/dev-tcltk/bwidget/bwidget-1.9.15.ebuild index ccce1e39147e..95305fda3d67 100644 --- a/dev-tcltk/bwidget/bwidget-1.9.15.ebuild +++ b/dev-tcltk/bwidget/bwidget-1.9.15.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcllib/${MY_PN}/${PV}/${MY_P}.zip" LICENSE="tcltk" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86" IUSE="doc" RESTRICT="!test? ( test )"