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 F017F13888F for ; Sun, 4 Oct 2015 10:14:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D46421C06C; Sun, 4 Oct 2015 10:14:28 +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 4FD6E21C05C for ; Sun, 4 Oct 2015 10:14:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87607340A1E for ; Sun, 4 Oct 2015 10:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF98E4CA for ; Sun, 4 Oct 2015 10:14:21 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1443953638.7a6c4ea8b67753f26e36b7807a73c2b64b172a72.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hoe/hoe-3.13.0-r1.ebuild X-VCS-Directories: dev-ruby/hoe/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7a6c4ea8b67753f26e36b7807a73c2b64b172a72 X-VCS-Branch: master Date: Sun, 4 Oct 2015 10:14:21 +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: b2280119-959d-43a2-bb95-5cfa79cc0141 X-Archives-Hash: 01b76d929e91ab9a40b402c21902e827 commit: 7a6c4ea8b67753f26e36b7807a73c2b64b172a72 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Oct 4 10:13:58 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Oct 4 10:13:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6c4ea8 dev-ruby/hoe: x86 stable wrt bug #562100 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" dev-ruby/hoe/hoe-3.13.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild index c8821ba..260225d 100644 --- a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild +++ b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"