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 ED00B13829C for ; Mon, 13 Jun 2016 04:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61031E0AFE; Mon, 13 Jun 2016 04:37:41 +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 95E44E0AFC for ; Mon, 13 Jun 2016 04:37: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13F6B3405D5 for ; Mon, 13 Jun 2016 04:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213082411 for ; Mon, 13 Jun 2016 04:37:30 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1465792621.79737fe2e03a03df5ec6321497c40a3936b454ca.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/heredoc_unindent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild X-VCS-Directories: dev-ruby/heredoc_unindent/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 79737fe2e03a03df5ec6321497c40a3936b454ca X-VCS-Branch: master Date: Mon, 13 Jun 2016 04:37:30 +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: b49868cb-fb8f-4bbf-bfcc-931730cfb9c3 X-Archives-Hash: 57ecd7df0fd573ac9d812f460944c72a commit: 79737fe2e03a03df5ec6321497c40a3936b454ca Author: Zero_Chaos gentoo org> AuthorDate: Mon Jun 13 03:46:40 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Jun 13 04:37:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79737fe2 dev-ruby/heredoc_unindent: adding ~arm Package-Manager: portage-2.3.0_rc1 dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild b/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild index 8076f1a..1b25083 100644 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild +++ b/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )