From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B070B139694 for ; Thu, 6 Apr 2017 07:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A73FE0C3A; Thu, 6 Apr 2017 07:00:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6F793E0C3A for ; Thu, 6 Apr 2017 07:00:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1957A340AC7 for ; Thu, 6 Apr 2017 07:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E8A73E7 for ; Thu, 6 Apr 2017 07:00:11 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1491461989.b2d65c54009f0a6a1902e9453f0e62bb2570a972.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_dep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild X-VCS-Directories: dev-ruby/ruby_dep/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b2d65c54009f0a6a1902e9453f0e62bb2570a972 X-VCS-Branch: master Date: Thu, 6 Apr 2017 07:00:11 +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: dd9d1689-8b49-4154-bd82-25e7df7a5825 X-Archives-Hash: 32d9940690f0bc90ea12fd9241c68b58 commit: b2d65c54009f0a6a1902e9453f0e62bb2570a972 Author: Michael Weber gentoo org> AuthorDate: Thu Apr 6 06:54:35 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Apr 6 06:59:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d65c54 dev-ruby/ruby_dep: add ~ppc64 keyword (bug 589798). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc64" dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild b/dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild index 55b63f12ecb..a6334845f74 100644 --- a/dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild +++ b/dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild @@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/e2/ruby_dep" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE=""