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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44366158090 for ; Sun, 15 May 2022 07:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 249DCE0955; Sun, 15 May 2022 07:50:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0999BE0955 for ; Sun, 15 May 2022 07:50:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5AC4341581 for ; Sun, 15 May 2022 07:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28C2C105 for ; Sun, 15 May 2022 07:50:48 +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: <1652601044.16636741d2fbf4fa0830486efeb48a2ddd490b03.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r1.ebuild X-VCS-Directories: dev-ruby/sprockets-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 16636741d2fbf4fa0830486efeb48a2ddd490b03 X-VCS-Branch: master Date: Sun, 15 May 2022 07:50:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71d7b37a-a779-4519-8fe2-c9f9cea523de X-Archives-Hash: 463a50bbcc536c6997b9acaa00aa8acc commit: 16636741d2fbf4fa0830486efeb48a2ddd490b03 Author: Hans de Graaff gentoo org> AuthorDate: Sun May 15 07:45:53 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 15 07:50:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16636741 dev-ruby/sprockets-rails: keyword 3.4.2-r1 for ~ppc, ~ppc64 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r1.ebuild b/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r1.ebuild index 0694fabfb299..7602826ae9e4 100644 --- a/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r1.ebuild +++ b/dev-ruby/sprockets-rails/sprockets-rails-3.4.2-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="test"