From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF13413888F for ; Wed, 21 Oct 2015 12:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AE3621C002; Wed, 21 Oct 2015 12:29:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A615E21C002 for ; Wed, 21 Oct 2015 12:28:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88A06340614 for ; Wed, 21 Oct 2015 12:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19AA1537 for ; Wed, 21 Oct 2015 12:28:56 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1445430508.eb5abaab77059254bc58c39a00d69f72e8965afa.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/chicken/chicken-4.10.0-r1.ebuild X-VCS-Directories: dev-scheme/chicken/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: eb5abaab77059254bc58c39a00d69f72e8965afa X-VCS-Branch: master Date: Wed, 21 Oct 2015 12:28:56 +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: c158527f-d3bd-42f9-ba68-74c07e2768a5 X-Archives-Hash: 0a13ea688e2a950257d94a049e7ad230 commit: eb5abaab77059254bc58c39a00d69f72e8965afa Author: Tobias Klausmann gentoo org> AuthorDate: Wed Oct 21 12:28:28 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Oct 21 12:28:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5abaab dev-scheme/chicken: add alpha keyword Gentoo-Bug: 467966 Package-Manager: portage-2.2.23 dev-scheme/chicken/chicken-4.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/chicken/chicken-4.10.0-r1.ebuild b/dev-scheme/chicken/chicken-4.10.0-r1.ebuild index dc5992d..59a80ea 100644 --- a/dev-scheme/chicken/chicken-4.10.0-r1.ebuild +++ b/dev-scheme/chicken/chicken-4.10.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://code.call-cc.org/releases/${MY_PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~x86" IUSE="emacs doc" DOCS=( NEWS README LICENSE )