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 461DF1384B4 for ; Thu, 12 Nov 2015 07:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC1DE21C14E; Thu, 12 Nov 2015 07:58:07 +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 2A56821C14A for ; Thu, 12 Nov 2015 07:58:06 +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 C92AB34069C for ; Thu, 12 Nov 2015 07:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD3D1070 for ; Thu, 12 Nov 2015 07:58:02 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1447315018.4aebcf700fcefa310fbe707640a123c74f9ef3a3.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tins/tins-1.6.0.ebuild X-VCS-Directories: dev-ruby/tins/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4aebcf700fcefa310fbe707640a123c74f9ef3a3 X-VCS-Branch: master Date: Thu, 12 Nov 2015 07:58:02 +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: 4a723a59-6396-473d-8e9f-e77d422dfceb X-Archives-Hash: 717f4e16880ee701dec3bc91e9711b5c commit: 4aebcf700fcefa310fbe707640a123c74f9ef3a3 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Nov 12 07:56:58 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Nov 12 07:56:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aebcf70 dev-ruby/tins: Stable for HPPA PPC64 (bug #565436). Package-Manager: portage-2.2.24 RepoMan-Options: --ignore-arches dev-ruby/tins/tins-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tins/tins-1.6.0.ebuild b/dev-ruby/tins/tins-1.6.0.ebuild index 1a2104b..d08951b 100644 --- a/dev-ruby/tins/tins-1.6.0.ebuild +++ b/dev-ruby/tins/tins-1.6.0.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/flori/tins" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ppc ppc64 ~sparc x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"