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 224A91396D0 for ; Sat, 26 Aug 2017 08:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E99DE0D4C; Sat, 26 Aug 2017 08:27:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2504AE0D2E for ; Sat, 26 Aug 2017 08:27:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 628AF34167D for ; Sat, 26 Aug 2017 08:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFD238322 for ; Sat, 26 Aug 2017 08:27:10 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1503735984.20e4daa7a8bdc941c146362f9608a96f1cc155eb.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jwt/jwt-1.5.5.ebuild dev-ruby/jwt/jwt-1.5.6.ebuild X-VCS-Directories: dev-ruby/jwt/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 20e4daa7a8bdc941c146362f9608a96f1cc155eb X-VCS-Branch: master Date: Sat, 26 Aug 2017 08:27:10 +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: 8caf78d7-ecd2-407c-975c-385d1df42d7f X-Archives-Hash: f8789eaa6e664e6637f91407e2ddd530 commit: 20e4daa7a8bdc941c146362f9608a96f1cc155eb Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 26 07:03:11 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 26 08:26:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e4daa7 dev-ruby/jwt: move ~ppc, ~x86 forward Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/jwt/jwt-1.5.5.ebuild | 4 ++-- dev-ruby/jwt/jwt-1.5.6.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/jwt/jwt-1.5.5.ebuild b/dev-ruby/jwt/jwt-1.5.5.ebuild index 2134455c8f8..e9dccd9efec 100644 --- a/dev-ruby/jwt/jwt-1.5.5.ebuild +++ b/dev-ruby/jwt/jwt-1.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RUBY_S="ruby-jwt-${PV}" diff --git a/dev-ruby/jwt/jwt-1.5.6.ebuild b/dev-ruby/jwt/jwt-1.5.6.ebuild index da891cf9e3a..36ebaade1ca 100644 --- a/dev-ruby/jwt/jwt-1.5.6.ebuild +++ b/dev-ruby/jwt/jwt-1.5.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RUBY_S="ruby-jwt-${PV}"