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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E28F8138334 for ; Sat, 23 Jun 2018 06:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E62E0878; Sat, 23 Jun 2018 06:50:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EEAFE085E for ; Sat, 23 Jun 2018 06:50:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9EFA335C8E for ; Sat, 23 Jun 2018 06:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A432E2 for ; Sat, 23 Jun 2018 06:50:31 +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: <1529736203.fb9c718a15d1ea39d538fb998f7565f914ee4eca.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche/gauche-0.9.5.ebuild X-VCS-Directories: dev-scheme/gauche/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: fb9c718a15d1ea39d538fb998f7565f914ee4eca X-VCS-Branch: master Date: Sat, 23 Jun 2018 06:50:31 +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-Archives-Salt: 829add48-36e5-46c9-afaf-cebdd6f7aa5a X-Archives-Hash: 9cfa7ee0b6e9e3fa2f6de1792af403cf commit: fb9c718a15d1ea39d538fb998f7565f914ee4eca Author: Akinori Hattori gentoo org> AuthorDate: Sat Jun 23 06:43:23 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Jun 23 06:43:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9c718a dev-scheme/gauche: amd64/x86 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-scheme/gauche/gauche-0.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/gauche/gauche-0.9.5.ebuild b/dev-scheme/gauche/gauche-0.9.5.ebuild index f42b2470a54..df3742f0efe 100644 --- a/dev-scheme/gauche/gauche-0.9.5.ebuild +++ b/dev-scheme/gauche/gauche-0.9.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="ipv6 libressl test" RDEPEND="sys-libs/gdbm"