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 7160715808B for ; Sat, 16 Apr 2022 02:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 363BD2BC005; Sat, 16 Apr 2022 02:00:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D69CC2BC001 for ; Sat, 16 Apr 2022 02:00:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8404C342103 for ; Sat, 16 Apr 2022 01:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4BBE29 for ; Sat, 16 Apr 2022 01:59:55 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1650074175.969d70149aa7a158155635c0f4bc74a61bf89a95.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche-gtk/gauche-gtk-0.6.ebuild X-VCS-Directories: dev-scheme/gauche-gtk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 969d70149aa7a158155635c0f4bc74a61bf89a95 X-VCS-Branch: master Date: Sat, 16 Apr 2022 01:59:55 +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: 8778ed24-c6a3-4db5-a8f6-31ee7984de0a X-Archives-Hash: b014c707801e5c1a5bb97fad9863f5ae commit: 969d70149aa7a158155635c0f4bc74a61bf89a95 Author: Akinori Hattori gentoo org> AuthorDate: Sat Apr 16 01:56:15 2022 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Apr 16 01:56:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969d7014 dev-scheme/gauche-gtk: amd64/x86 stable Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-scheme/gauche-gtk/gauche-gtk-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/gauche-gtk/gauche-gtk-0.6.ebuild b/dev-scheme/gauche-gtk/gauche-gtk-0.6.ebuild index 6fa3001ac5a3..b360bb19f77d 100644 --- a/dev-scheme/gauche-gtk/gauche-gtk-0.6.ebuild +++ b/dev-scheme/gauche-gtk/gauche-gtk-0.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/shirok/${PN^g}2/releases/download/release-${PV}/${MY LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="examples" RESTRICT="test"