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 27C1613828B for ; Sat, 28 May 2016 09:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700F921C046; Sat, 28 May 2016 09:23:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCCF521C043 for ; Sat, 28 May 2016 09:23:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D9C5340CE1 for ; Sat, 28 May 2016 09:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F219115E7 for ; Sat, 28 May 2016 09:23:37 +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: <1464427404.0aa1d9cb27feaa3b3b41e929de3de58f31bf845e.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mustache/mustache-1.0.2.ebuild X-VCS-Directories: dev-ruby/mustache/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 0aa1d9cb27feaa3b3b41e929de3de58f31bf845e X-VCS-Branch: master Date: Sat, 28 May 2016 09:23:37 +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: 3c493e8f-2d4e-4210-8f2d-da5378e38a4e X-Archives-Hash: 7fd78cac39ab27e4a3aaea0f7f60f2b9 commit: 0aa1d9cb27feaa3b3b41e929de3de58f31bf845e Author: Tobias Klausmann gentoo org> AuthorDate: Sat May 28 09:23:24 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat May 28 09:23:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa1d9cb dev-ruby/mustache-1.0.2-r0: add alpha keyword Gentoo-Bug: 576632 Package-Manager: portage-2.3.0_rc1 dev-ruby/mustache/mustache-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mustache/mustache-1.0.2.ebuild b/dev-ruby/mustache/mustache-1.0.2.ebuild index 513d036..393957f 100644 --- a/dev-ruby/mustache/mustache-1.0.2.ebuild +++ b/dev-ruby/mustache/mustache-1.0.2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://mustache.github.com/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )"